test: use the right number of bwc nodes in old cluster
Original commit: elastic/x-pack-elasticsearch@0afc045bbc
This commit is contained in:
parent
4033b8bff9
commit
6170f3d22c
|
@ -53,7 +53,7 @@ task oldClusterTest(type: RestIntegTestTask) {
|
|||
plugin ':x-plugins:elasticsearch'
|
||||
distribution = 'zip'
|
||||
bwcVersion = '6.0.0-alpha1-SNAPSHOT' // TODO: either randomize, or make this settable with sysprop
|
||||
numBwcNodes = 1
|
||||
numBwcNodes = 2
|
||||
numNodes = 2
|
||||
clusterName = 'rolling-upgrade'
|
||||
waitCondition = waitWithAuth
|
||||
|
|
Loading…
Reference in New Issue