Skip to content

Commit

Permalink
Fix static / version based BWC tests (elastic#1456)
Browse files Browse the repository at this point in the history
With the leniency in Version.java we missed to really setup BWC
testing for static indices. This change brings back the testing and adds
missing bwc indices.

Relates to elastic#24732
  • Loading branch information
s1monw authored and martijnvg committed Jan 31, 2018
1 parent e69317b commit 292e383
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public long getNumberOfTasksOnNode(String nodeId, String taskName) {

@Override
public Version getMinimalSupportedVersion() {
return Version.V_5_4_0_UNRELEASED;
return Version.V_5_4_0;
}

@Override
Expand Down

0 comments on commit 292e383

Please sign in to comment.