Skip to content

Commit 74abdb0

Browse files
committed
QA: Fix tribe tests when running default zip
Tribe requires that you set `tribe.on_conflict` when running in the default distribution.
1 parent cad531e commit 74abdb0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

qa/smoke-test-tribe-node/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ integTestCluster {
5454
setting 'tribe.two.http.enabled', 'true'
5555
setting 'tribe.two.http.port', '40250-40299'
5656
setting 'tribe.two.transport.tcp.port', '40250-40399'
57+
if ('zip'.equals(distribution)) {
58+
/*
59+
* The default distribution requires a setting for `on_conflict` when
60+
* you use tribe.
61+
*/
62+
setting 'tribe.on_conflict', 'prefer_tribe.one'
63+
}
5764

5865
waitCondition = { node, ant ->
5966
File tmpFile = new File(node.cwd, 'wait.success')

0 commit comments

Comments
 (0)