Skip to content

Commit

Permalink
Reenable BwC Tests after #53372 (#53381)
Browse files Browse the repository at this point in the history
Reenabling BwC Tests now that #53372 has been merged.
  • Loading branch information
original-brownbear authored Mar 11, 2020
1 parent 63c29e2 commit d367984
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 @@ -220,8 +220,8 @@ task 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/53372" /* 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 @@ -56,7 +56,7 @@ public static final class Defaults {
private boolean onlyExpungeDeletes = Defaults.ONLY_EXPUNGE_DELETES;
private boolean flush = Defaults.FLUSH;

private static final Version FORCE_MERGE_UUID_VERSION = Version.V_8_0_0;
private static final Version FORCE_MERGE_UUID_VERSION = Version.V_7_7_0;

/**
* Force merge UUID to store in the live commit data of a shard under
Expand Down

0 comments on commit d367984

Please sign in to comment.