test: use the right number of bwc nodes in old cluster

Original commit: elastic/x-pack-elasticsearch@0afc045bbc
This commit is contained in:
jaymode 2016-11-22 15:14:29 -05:00
parent 4033b8bff9
commit 6170f3d22c
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ task oldClusterTest(type: RestIntegTestTask) {
plugin ':x-plugins:elasticsearch' plugin ':x-plugins:elasticsearch'
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'
waitCondition = waitWithAuth waitCondition = waitWithAuth