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 47054bd commit 6413b2dCopy full SHA for 6413b2d
server/src/internalClusterTest/java/org/elasticsearch/action/bulk/BulkProcessor2RetryIT.java
@@ -58,6 +58,7 @@ public void testBulkRejectionLoadWithoutBackoff() throws Throwable {
58
// value = "org.elasticsearch.action.bulk.Retry2:trace",
59
// reason = "Logging information about locks useful for tracking down deadlock"
60
// )
61
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/94941")
62
public void testBulkRejectionLoadWithBackoff() throws Throwable {
63
boolean rejectedExecutionExpected = false;
64
executeBulkRejectionLoad(8, rejectedExecutionExpected);
0 commit comments