File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6363 - run : |
6464 echo "Running backwards compatibility tests ..."
6565 security_plugin_version_no_snapshot=$(./gradlew properties -q | grep -E '^version:' | awk '{print $2}' | sed 's/-SNAPSHOT//g')
66- bwc_version=2.6 .0
66+ bwc_version=2.8 .0
6767 cp -r build/ ./bwc-test/
6868 mkdir ./bwc-test/src/test/resources/security_plugin_version_no_snapshot
6969 cp build/distributions/opensearch-security-${security_plugin_version_no_snapshot}.zip ./bwc-test/src/test/resources/${security_plugin_version_no_snapshot}
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ dependencies {
7373 testImplementation " org.opensearch.test:framework:${ opensearch_version} "
7474}
7575
76- String bwcVersion = " 2.6 .0.0" ;
76+ String bwcVersion = " 2.8 .0.0" ;
7777String baseName = " securityBwcCluster"
7878String bwcFilePath = " src/test/resources/"
7979String projectVersion = " 2.9.0.0"
@@ -82,7 +82,7 @@ String projectVersion = "2.9.0.0"
8282 testClusters {
8383 " ${ baseName} $i " {
8484 testDistribution = " ARCHIVE"
85- versions = [" 2.6 .0" ," 2.9.0" ]
85+ versions = [" 2.8 .0" ," 2.9.0" ]
8686 numberOfNodes = 3
8787 plugin(provider(new Callable<RegularFile > () {
8888 @Override
You can’t perform that action at this time.
0 commit comments