Skip to content

Commit 2d214c4

Browse files
Reeable BwC Tests after #79318 (#79320)
Reenable BwC tests now that #79318 has been merged.
1 parent 68901f8 commit 2d214c4

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/79318"
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
@@ -42,7 +42,7 @@ public class GetSnapshotsRequest extends MasterNodeRequest<GetSnapshotsRequest>
4242

4343
public static final Version SLM_POLICY_FILTERING_VERSION = Version.V_7_16_0;
4444

45-
public static final Version FROM_SORT_VALUE_VERSION = Version.V_8_0_0;
45+
public static final Version FROM_SORT_VALUE_VERSION = Version.V_7_16_0;
4646

4747
public static final Version MULTIPLE_REPOSITORIES_SUPPORT_ADDED = Version.V_7_14_0;
4848

0 commit comments

Comments
 (0)