We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414d33b commit e9dd69bCopy full SHA for e9dd69b
server/src/test/java/org/elasticsearch/indices/recovery/IndexRecoveryIT.java
@@ -998,6 +998,7 @@ public void testHistoryRetention() throws Exception {
998
assertThat(recoveryState.getTranslog().recoveredOperations(), greaterThan(0));
999
}
1000
1001
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47974")
1002
public void testDoNotInfinitelyWaitForMapping() {
1003
internalCluster().ensureAtLeastNumDataNodes(3);
1004
createIndex("test", Settings.builder()
0 commit comments