Changes the rolling upgrade version test to test against
5.2.0 instead of 5.2.0-SNAPSHOT
This commit is contained in:
parent
dacc150934
commit
3c1637f413
|
@ -25,7 +25,7 @@ task oldClusterTest(type: RestIntegTestTask) {
|
|||
mustRunAfter(precommit)
|
||||
cluster {
|
||||
distribution = 'zip'
|
||||
bwcVersion = '5.2.0-SNAPSHOT' // TODO: either randomize, or make this settable with sysprop
|
||||
bwcVersion = '5.2.0' // TODO: either randomize, or make this settable with sysprop
|
||||
numBwcNodes = 2
|
||||
numNodes = 2
|
||||
clusterName = 'rolling-upgrade'
|
||||
|
|
Loading…
Reference in New Issue