Skip to content

Commit 8b5d5ff

Browse files
authored
Re-enable BWC tests and adjust versions after elastic#77420 backport to 7.x (elastic#79144)
1 parent b83e6c8 commit 8b5d5ff

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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/77420"
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/indices/recovery/RecoverySettings.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030

3131
public class RecoverySettings {
3232
public static final Version SNAPSHOT_RECOVERIES_SUPPORTED_VERSION = Version.V_7_15_0;
33-
// TODO: update after backport
34-
public static final Version SEQ_NO_SNAPSHOT_RECOVERIES_SUPPORTED_VERSION = Version.V_8_0_0;
33+
public static final Version SEQ_NO_SNAPSHOT_RECOVERIES_SUPPORTED_VERSION = Version.V_7_16_0;
3534

3635
private static final Logger logger = LogManager.getLogger(RecoverySettings.class);
3736

0 commit comments

Comments
 (0)