Changes the rolling upgrade version test to test against

5.2.0 instead of 5.2.0-SNAPSHOT
This commit is contained in:
Ali Beyad 2017-02-01 22:20:11 -05:00
parent dacc150934
commit 3c1637f413
1 changed files with 1 additions and 1 deletions

View File

@ -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'