Skip to content

Commit becf303

Browse files
CI: BWC testsuite (#3255)
* Bump base version to 2.19.0 Signed-off-by: Andy Kwok <[email protected]> * Update comment Signed-off-by: Andy Kwok <[email protected]> --------- Signed-off-by: Andy Kwok <[email protected]>
1 parent af23a39 commit becf303

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

integ-test/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ apply plugin: 'java'
4444
apply plugin: 'io.freefair.lombok'
4545
apply plugin: 'com.wiredforcode.spawn'
4646

47-
String baseVersion = "2.17.0"
47+
// The next major version is only API compat w/ the last minor of the previous major.
48+
// baseVersion need to roll-froward accordingly, as new 2.x of OpenSearch being released.
49+
// See: https://github.com/opensearch-project/OpenSearch/issues/3615
50+
String baseVersion = "2.19.0"
4851
String bwcVersion = baseVersion + ".0";
4952
String baseName = "sqlBwcCluster"
5053
String bwcFilePath = "src/test/resources/bwc/"

0 commit comments

Comments
 (0)