AwaitsFix testCreateShrinkIndexToN

Relates #30416
This commit is contained in:
Nhat Nguyen 2018-05-06 22:07:42 -04:00
parent 3e58463256
commit 16d6a0bfb3
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ public class ShrinkIndexIT extends ESIntegTestCase {
return Arrays.asList(InternalSettingsPlugin.class); return Arrays.asList(InternalSettingsPlugin.class);
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30416")
public void testCreateShrinkIndexToN() { public void testCreateShrinkIndexToN() {
int[][] possibleShardSplits = new int[][] {{8,4,2}, {9, 3, 1}, {4, 2, 1}, {15,5,1}}; int[][] possibleShardSplits = new int[][] {{8,4,2}, {9, 3, 1}, {4, 2, 1}, {15,5,1}};
int[] shardSplits = randomFrom(possibleShardSplits); int[] shardSplits = randomFrom(possibleShardSplits);