Skip to content

Commit b84db6a

Browse files
Reenable BwC Tests after #48371 (#48377)
#48371 has been merged -> reenabling tests
1 parent a0f80bd commit b84db6a

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
@@ -206,8 +206,8 @@ task verifyVersions {
206206
* after the backport of the backcompat code is complete.
207207
*/
208208

209-
boolean bwc_tests_enabled = false
210-
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/48371" /* place a PR link here when committing bwc changes */
209+
boolean bwc_tests_enabled = true
210+
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
211211
if (bwc_tests_enabled == false) {
212212
if (bwc_tests_disabled_issue.isEmpty()) {
213213
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
*/
119119
public class SnapshotsService extends AbstractLifecycleComponent implements ClusterStateApplier {
120120

121-
public static final Version SHARD_GEN_IN_REPO_DATA_VERSION = Version.V_8_0_0;
121+
public static final Version SHARD_GEN_IN_REPO_DATA_VERSION = Version.V_7_6_0;
122122

123123
private static final Logger logger = LogManager.getLogger(SnapshotsService.class);
124124

0 commit comments

Comments
 (0)