parent
2995d4a9c0
commit
8180cf1e68
|
@ -997,6 +997,7 @@ public class IndexRecoveryIT extends ESIntegTestCase {
|
||||||
assertThat(recoveryStates.get(0).getTranslog().recoveredOperations(), greaterThan(0));
|
assertThat(recoveryStates.get(0).getTranslog().recoveredOperations(), greaterThan(0));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47974")
|
||||||
public void testDoNotInfinitelyWaitForMapping() {
|
public void testDoNotInfinitelyWaitForMapping() {
|
||||||
internalCluster().ensureAtLeastNumDataNodes(3);
|
internalCluster().ensureAtLeastNumDataNodes(3);
|
||||||
createIndex("test", Settings.builder()
|
createIndex("test", Settings.builder()
|
||||||
|
|
Loading…
Reference in New Issue