Skip to content

Commit 6413b2d

Browse files
committed
AwaitsFix for #94941
1 parent 47054bd commit 6413b2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/internalClusterTest/java/org/elasticsearch/action/bulk/BulkProcessor2RetryIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public void testBulkRejectionLoadWithoutBackoff() throws Throwable {
5858
// value = "org.elasticsearch.action.bulk.Retry2:trace",
5959
// reason = "Logging information about locks useful for tracking down deadlock"
6060
// )
61+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/94941")
6162
public void testBulkRejectionLoadWithBackoff() throws Throwable {
6263
boolean rejectedExecutionExpected = false;
6364
executeBulkRejectionLoad(8, rejectedExecutionExpected);

0 commit comments

Comments
 (0)