Skip to content

Commit 16f69c3

Browse files
committed
Disable tests that try to fill the write coordination thread pool
1 parent 7c3b1a5 commit 16f69c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/test/java/org/elasticsearch/action/bulk/TransportBulkActionTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ public void testSystemWriteDispatchesToSystemWriteCoordinationThreadPool() throw
453453
});
454454
}
455455

456+
@AwaitsFix(bugUrl = "depends on being able to fill the write coordination thread pool")
456457
public void testRejectCoordination() {
457458
BulkRequest bulkRequest = new BulkRequest().add(new IndexRequest("index").id("id").source(Collections.emptyMap()));
458459

@@ -467,6 +468,7 @@ public void testRejectCoordination() {
467468
}
468469
}
469470

471+
@AwaitsFix(bugUrl = "depends on being able to fill the write coordination thread pool")
470472
public void testRejectionAfterCreateIndexIsPropagated() {
471473
BulkRequest bulkRequest = new BulkRequest().add(new IndexRequest("index").id("id").source(Collections.emptyMap()));
472474

0 commit comments

Comments
 (0)