Skip to content

Commit 77e897f

Browse files
committed
Bump BWC tests to use v5.0.1
1 parent ba9a817 commit 77e897f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qa/backwards-5.0/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ integTest {
1818
cluster {
1919
numNodes = 2
2020
numBwcNodes = 1
21-
bwcVersion = "5.0.0"
21+
bwcVersion = "5.0.1"
2222
}
2323
}

qa/rolling-upgrade/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ task oldClusterTest(type: RestIntegTestTask) {
2525
mustRunAfter(precommit)
2626
cluster {
2727
distribution = 'zip'
28-
bwcVersion = '5.0.0' // TODO: either randomize, or make this settable with sysprop
28+
bwcVersion = '5.0.1' // TODO: either randomize, or make this settable with sysprop
2929
numBwcNodes = 2
3030
numNodes = 2
3131
clusterName = 'rolling-upgrade'

0 commit comments

Comments
 (0)