Skip to content

Commit

Permalink
update JoinTaskExecutorTests
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
  • Loading branch information
nknize committed Sep 1, 2021
1 parent 7ab04b7 commit 0be1dde
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ public void testPreventJoinClusterWithUnsupportedIndices() {
Settings.builder().build();
Metadata.Builder metaBuilder = Metadata.builder();
IndexMetadata indexMetadata = IndexMetadata.builder("test")
.settings(settings(VersionUtils.getPreviousVersion(Version.CURRENT
.minimumIndexCompatibilityVersion())))
.settings(settings(Version.fromString("5.8.0")))
.numberOfShards(1)
.numberOfReplicas(1).build();
metaBuilder.put(indexMetadata, false);
Expand Down

0 comments on commit 0be1dde

Please sign in to comment.