Skip to content

Commit

Permalink
CI: BWC testsuite (opensearch-project#3255)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
andy-k-improving authored Jan 20, 2025
1 parent af23a39 commit becf303
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion integ-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ apply plugin: 'java'
apply plugin: 'io.freefair.lombok'
apply plugin: 'com.wiredforcode.spawn'

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

0 comments on commit becf303

Please sign in to comment.