AwaitsFix testCreateShrinkIndexToN

Relates #30416
This commit is contained in:
Nhat Nguyen 2018-05-06 22:07:42 -04:00 committed by Colin Goodheart-Smithe
parent ec71144040
commit eb51318b0f
No known key found for this signature in database
GPG Key ID: F975E7BDD739B3C7
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);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30416")
public void testCreateShrinkIndexToN() {
int[][] possibleShardSplits = new int[][] {{8,4,2}, {9, 3, 1}, {4, 2, 1}, {15,5,1}};
int[] shardSplits = randomFrom(possibleShardSplits);