Skip to content

Commit fed6799

Browse files
Reenable Bwc Tests After #52557 (#52623)
Now that #52557 has been merged we can reenable BwC tests.
1 parent cf7eca2 commit fed6799

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
@@ -216,8 +216,8 @@ task verifyVersions {
216216
* after the backport of the backcompat code is complete.
217217
*/
218218

219-
boolean bwc_tests_enabled = false
220-
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/52557" /* place a PR link here when committing bwc changes */
219+
boolean bwc_tests_enabled = true
220+
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
221221
if (bwc_tests_enabled == false) {
222222
if (bwc_tests_disabled_issue.isEmpty()) {
223223
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

server/src/main/java/org/elasticsearch/cluster/SnapshotsInProgress.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
*/
5858
public class SnapshotsInProgress extends AbstractNamedDiffable<Custom> implements Custom {
5959

60-
private static final Version VERSION_IN_SNAPSHOT_VERSION = Version.V_8_0_0;
60+
private static final Version VERSION_IN_SNAPSHOT_VERSION = Version.V_7_7_0;
6161

6262
public static final String TYPE = "snapshots";
6363

0 commit comments

Comments
 (0)