We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad531e commit 74abdb0Copy full SHA for 74abdb0
qa/smoke-test-tribe-node/build.gradle
@@ -54,6 +54,13 @@ integTestCluster {
54
setting 'tribe.two.http.enabled', 'true'
55
setting 'tribe.two.http.port', '40250-40299'
56
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
+ }
64
65
waitCondition = { node, ant ->
66
File tmpFile = new File(node.cwd, 'wait.success')
0 commit comments