Skip to content

Commit c84b8b4

Browse files
authored
Enable BWC test against 3.3 (#1612)
Signed-off-by: Heemin Kim <[email protected]>
1 parent 7915c3d commit c84b8b4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/backwards_compatibility_tests_workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
matrix:
2222
java: [ 21, 24 ]
2323
os: [ubuntu-latest]
24-
bwc_version : [ "2.9.0","2.10.0","2.11.0","2.12.0","2.13.0","2.14.0","2.15.0","2.16.0","2.17.0","2.18.0","2.19.0","2.20.0-SNAPSHOT","3.0.0", "3.1.0" ]
25-
opensearch_version : [ "3.2.0-SNAPSHOT" ]
24+
bwc_version : [ "2.9.0","2.10.0","2.11.0","2.12.0","2.13.0","2.14.0","2.15.0","2.16.0","2.17.0","2.18.0","2.19.0","2.20.0-SNAPSHOT","3.0.0", "3.1.0", "3.2.0" ]
25+
opensearch_version : [ "3.3.0-SNAPSHOT" ]
2626

2727
name: NeuralSearch Restart-Upgrade BWC Tests
2828
runs-on: ${{ matrix.os }}
@@ -62,8 +62,8 @@ jobs:
6262
matrix:
6363
java: [21, 24]
6464
os: [ubuntu-latest]
65-
bwc_version: [ "2.20.0-SNAPSHOT","3.0.0", "3.1.0" ]
66-
opensearch_version: [ "3.2.0-SNAPSHOT" ]
65+
bwc_version: [ "2.20.0-SNAPSHOT","3.0.0", "3.1.0", "3.2.0" ]
66+
opensearch_version: [ "3.3.0-SNAPSHOT" ]
6767

6868
name: NeuralSearch Rolling-Upgrade BWC Tests
6969
runs-on: ${{ matrix.os }}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# https://github.com/opensearch-project/OpenSearch/blob/main/libs/core/src/main/java/org/opensearch/Version.java .
88
# Wired compatibility of OpenSearch works like 3.x version is compatible with 2.(latest-major) version.
99
# Therefore, to run rolling-upgrade BWC Test on local machine the BWC version here should be set 2.(latest-major).
10-
systemProp.bwc.version=3.2.0-SNAPSHOT
11-
systemProp.bwc.bundle.version=3.1.0
10+
systemProp.bwc.version=3.3.0-SNAPSHOT
11+
systemProp.bwc.bundle.version=3.2.0
1212

1313
# For fixing Spotless check with Java 17
1414
org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \

0 commit comments

Comments
 (0)