Skip to content

Commit 71ead75

Browse files
committed
AwaitsFix for elastic#46124
1 parent 70b8d7b commit 71ead75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/framework/src/main/java/org/elasticsearch/transport/AbstractSimpleTransportTestCase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2144,6 +2144,7 @@ public String executor() {
21442144
latch.await();
21452145
}
21462146

2147+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/46124")
21472148
public void testHandlerIsInvokedOnConnectionClose() throws IOException, InterruptedException {
21482149
List<String> executors = new ArrayList<>(ThreadPool.THREAD_POOL_TYPES.keySet());
21492150
CollectionUtil.timSort(executors); // makes sure it's reproducible

0 commit comments

Comments
 (0)