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 ba9a817 commit 77e897fCopy full SHA for 77e897f
qa/backwards-5.0/build.gradle
@@ -18,6 +18,6 @@ integTest {
18
cluster {
19
numNodes = 2
20
numBwcNodes = 1
21
- bwcVersion = "5.0.0"
+ bwcVersion = "5.0.1"
22
}
23
qa/rolling-upgrade/build.gradle
@@ -25,7 +25,7 @@ task oldClusterTest(type: RestIntegTestTask) {
25
mustRunAfter(precommit)
26
27
distribution = 'zip'
28
- bwcVersion = '5.0.0' // TODO: either randomize, or make this settable with sysprop
+ bwcVersion = '5.0.1' // TODO: either randomize, or make this settable with sysprop
29
numBwcNodes = 2
30
31
clusterName = 'rolling-upgrade'
0 commit comments