Silence SplitIndexIT.testSplitIndexPrimaryTerm test failure. (#30432)
This commit is contained in:
parent
82b251adcf
commit
1b22477104
|
@ -283,6 +283,7 @@ public class SplitIndexIT extends ESIntegTestCase {
|
||||||
assertEquals(numDocs, ids.size());
|
assertEquals(numDocs, ids.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30432")
|
||||||
public void testSplitIndexPrimaryTerm() throws Exception {
|
public void testSplitIndexPrimaryTerm() throws Exception {
|
||||||
final List<Integer> factors = Arrays.asList(1, 2, 4, 8);
|
final List<Integer> factors = Arrays.asList(1, 2, 4, 8);
|
||||||
final List<Integer> numberOfShardsFactors = randomSubsetOf(scaledRandomIntBetween(1, factors.size()), factors);
|
final List<Integer> numberOfShardsFactors = randomSubsetOf(scaledRandomIntBetween(1, factors.size()), factors);
|
||||||
|
|
Loading…
Reference in New Issue