Skip to content

Commit 868c1ca

Browse files
Reenable BwC Tests after #79308 (#79313)
Reenabling BwC Tests now that #79308 has been merged.
1 parent 8c5cb97 commit 868c1ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ tasks.register("verifyVersions") {
132132
* after the backport of the backcompat code is complete.
133133
*/
134134

135-
boolean bwc_tests_enabled = false
135+
boolean bwc_tests_enabled = true
136136
// place a PR link here when committing bwc changes:
137-
String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/79308"
137+
String bwc_tests_disabled_issue = ""
138138
/*
139139
* FIPS 140-2 behavior was fixed in 7.11.0. Before that there is no way to run elasticsearch in a
140140
* JVM that is properly configured to be in fips mode with BCFIPS. For now we need to disable

server/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/get/GetSnapshotsRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class GetSnapshotsRequest extends MasterNodeRequest<GetSnapshotsRequest>
4040
public static final String NO_POLICY_PATTERN = "_none";
4141
public static final boolean DEFAULT_VERBOSE_MODE = true;
4242

43-
public static final Version SLM_POLICY_FILTERING_VERSION = Version.V_8_0_0;
43+
public static final Version SLM_POLICY_FILTERING_VERSION = Version.V_7_16_0;
4444

4545
public static final Version FROM_SORT_VALUE_VERSION = Version.V_8_0_0;
4646

0 commit comments

Comments
 (0)