Skip to content

Commit ce8c426

Browse files
committed
Upgrade BWC tests to 2.18.0
Closes #316 Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io>
1 parent fd2aa9f commit ce8c426

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ version = 2.18.0.0
77
opensearch_version =
88

99
# A version of OpenSearch cluster to run BWC tests against
10-
BWCversion = 2.17.0
10+
BWCversion = 2.17.1
1111

1212
# A version of plugin to deploy to BWC clusters
13-
BWCPluginVersion = 2.17.0.0
13+
BWCPluginVersion = 2.17.1.0
1414

1515
pluginName = prometheus-exporter
1616
pluginClassname = org.opensearch.plugin.prometheus.PrometheusExporterPlugin

src/test/java/org/opensearch/plugin/bwc/PluginBackwardsCompatibilityIT.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
*/
3535
public class PluginBackwardsCompatibilityIT extends OpenSearchRestTestCase {
3636

37-
public static final Version BWCVersion = Version.V_2_17_0;
38-
public static final Version NewVersion = Version.V_2_17_1;
37+
public static final Version BWCVersion = Version.V_2_17_1;
38+
public static final Version NewVersion = Version.V_2_18_0;
3939

4040
private static final ClusterType CLUSTER_TYPE = ClusterType.parse(System.getProperty("tests.rest.bwcsuite"));
4141
private static final String CLUSTER_NAME = System.getProperty("tests.clustername");

0 commit comments

Comments
 (0)