Temporarily set BWC version to 6.0.0 for seq. no

There is not yet a BWC layer in sequence numbers. This commit sets the
BWC version to 6.0.0 for the BWC and rolling upgrade tests until this
BWC layer is built.
This commit is contained in:
Jason Tedor 2016-11-16 08:19:11 -05:00
parent db5f51b839
commit b2b7595fa7
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ integTest {
cluster {
numNodes = 2
numBwcNodes = 1
bwcVersion = "5.1.0-SNAPSHOT"
bwcVersion = "6.0.0-alpha1-SNAPSHOT"
setting 'logger.org.elasticsearch', 'DEBUG'
}
}

View File

@ -25,7 +25,7 @@ task oldClusterTest(type: RestIntegTestTask) {
mustRunAfter(precommit)
cluster {
distribution = 'zip'
bwcVersion = '5.1.0-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
numNodes = 2
clusterName = 'rolling-upgrade'