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 64adb5a commit bcf5a4cCopy full SHA for bcf5a4c
server/src/test/java/org/elasticsearch/discovery/ClusterDisruptionIT.java
@@ -84,6 +84,7 @@ public class ClusterDisruptionIT extends AbstractDisruptionTestCase {
84
"org.elasticsearch.discovery:TRACE,org.elasticsearch.action.support.replication:TRACE," +
85
"org.elasticsearch.cluster.service:TRACE,org.elasticsearch.indices.recovery:TRACE," +
86
"org.elasticsearch.indices.cluster:TRACE,org.elasticsearch.index.shard:TRACE")
87
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37810")
88
public void testAckedIndexing() throws Exception {
89
90
final int seconds = !(TEST_NIGHTLY && rarely()) ? 1 : 5;
0 commit comments