Skip to content

Commit b2b7595

Browse files
committed
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.
1 parent db5f51b commit b2b7595

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qa/backwards-5.0/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ integTest {
1818
cluster {
1919
numNodes = 2
2020
numBwcNodes = 1
21-
bwcVersion = "5.1.0-SNAPSHOT"
21+
bwcVersion = "6.0.0-alpha1-SNAPSHOT"
2222
setting 'logger.org.elasticsearch', 'DEBUG'
2323
}
2424
}

qa/rolling-upgrade/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ task oldClusterTest(type: RestIntegTestTask) {
2525
mustRunAfter(precommit)
2626
cluster {
2727
distribution = 'zip'
28-
bwcVersion = '5.1.0-SNAPSHOT' // TODO: either randomize, or make this settable with sysprop
28+
bwcVersion = '6.0.0-alpha1-SNAPSHOT' // TODO: either randomize, or make this settable with sysprop
2929
numBwcNodes = 1
3030
numNodes = 2
3131
clusterName = 'rolling-upgrade'

0 commit comments

Comments
 (0)