Skip to content

Commit c9b532b

Browse files
Reenable BwC Tests after Merging elastic#59514
Now that elastic#59514 has been merged we can reenable BwC tests.
1 parent 296fee1 commit c9b532b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ tasks.register("verifyVersions") {
174174
* after the backport of the backcompat code is complete.
175175
*/
176176

177-
boolean bwc_tests_enabled = false
178-
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/59514" /* place a PR link here when committing bwc changes */
177+
boolean bwc_tests_enabled = true
178+
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
179179
if (bwc_tests_enabled == false) {
180180
if (bwc_tests_disabled_issue.isEmpty()) {
181181
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

server/src/main/java/org/elasticsearch/snapshots/SnapshotsService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public class SnapshotsService extends AbstractLifecycleComponent implements Clus
123123

124124
public static final Version SHARD_GEN_IN_REPO_DATA_VERSION = Version.V_7_6_0;
125125

126-
public static final Version INDEX_GEN_IN_REPO_DATA_VERSION = Version.V_8_0_0;
126+
public static final Version INDEX_GEN_IN_REPO_DATA_VERSION = Version.V_7_9_0;
127127

128128
public static final Version OLD_SNAPSHOT_FORMAT = Version.V_7_5_0;
129129

0 commit comments

Comments
 (0)