Skip to content

Commit

Permalink
Upgrade BWC tests to 2.18.0
Browse files Browse the repository at this point in the history
Closes #316

Signed-off-by: Lukáš Vlček <[email protected]>
  • Loading branch information
lukas-vlcek committed Jan 6, 2025
1 parent 6f15350 commit 417ee2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ version = 2.18.0.0
opensearch_version =

# A version of OpenSearch cluster to run BWC tests against
BWCversion = 2.17.0
BWCversion = 2.17.1

# A version of plugin to deploy to BWC clusters
BWCPluginVersion = 2.17.0.0
BWCPluginVersion = 2.17.1.0

pluginName = prometheus-exporter
pluginClassname = org.opensearch.plugin.prometheus.PrometheusExporterPlugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
*/
public class PluginBackwardsCompatibilityIT extends OpenSearchRestTestCase {

public static final Version BWCVersion = Version.V_2_17_0;
public static final Version NewVersion = Version.V_2_17_1;
public static final Version BWCVersion = Version.V_2_17_1;
public static final Version NewVersion = Version.V_2_18_0;

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

0 comments on commit 417ee2b

Please sign in to comment.