Skip to content

Commit

Permalink
Reenable BwC Tests after Merging #63291 (#63294)
Browse files Browse the repository at this point in the history
Now that #63291 has been merged we can reenable BwC tests.
  • Loading branch information
original-brownbear authored Oct 6, 2020
1 parent 0d7ed4b commit 944f7f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ tasks.register("verifyVersions") {
* after the backport of the backcompat code is complete.
*/

boolean bwc_tests_enabled = false
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/63291" /* place a PR link here when committing bwc changes */
boolean bwc_tests_enabled = true
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
if (bwc_tests_enabled == false) {
if (bwc_tests_disabled_issue.isEmpty()) {
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
*/
public class SnapshotsService extends AbstractLifecycleComponent implements ClusterStateApplier {

public static final Version CLONE_SNAPSHOT_VERSION = Version.V_8_0_0;
public static final Version CLONE_SNAPSHOT_VERSION = Version.V_7_10_0;

public static final Version SHARD_GEN_IN_REPO_DATA_VERSION = Version.V_7_6_0;

Expand Down

0 comments on commit 944f7f3

Please sign in to comment.