test: use the correct number of bwc nodes for old cluster

This commit is contained in:
jaymode 2016-11-22 14:56:34 -05:00
parent a9a2753f0b
commit ced638bcda
No known key found for this signature in database
GPG Key ID: D859847567B3493D
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ task oldClusterTest(type: RestIntegTestTask) {
cluster { cluster {
distribution = 'zip' distribution = 'zip'
bwcVersion = '6.0.0-alpha1-SNAPSHOT' // TODO: either randomize, or make this settable with sysprop bwcVersion = '6.0.0-alpha1-SNAPSHOT' // TODO: either randomize, or make this settable with sysprop
numBwcNodes = 1 numBwcNodes = 2
numNodes = 2 numNodes = 2
clusterName = 'rolling-upgrade' clusterName = 'rolling-upgrade'
} }