mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
await fix testConcurrentSendRespondAndDisconnect
This commit is contained in:
parent
0876247bca
commit
6f76740a58
@ -490,6 +490,8 @@ public abstract class AbstractSimpleTransportTestCase extends ESTestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@TestLogging("transport:DEBUG,transport.tracer:TRACE")
|
@TestLogging("transport:DEBUG,transport.tracer:TRACE")
|
||||||
|
// boaz is on this
|
||||||
|
@AwaitsFix(bugUrl = "https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-os-compatibility/os=oraclelinux/835")
|
||||||
public void testConcurrentSendRespondAndDisconnect() throws BrokenBarrierException, InterruptedException {
|
public void testConcurrentSendRespondAndDisconnect() throws BrokenBarrierException, InterruptedException {
|
||||||
Set<Exception> sendingErrors = ConcurrentCollections.newConcurrentSet();
|
Set<Exception> sendingErrors = ConcurrentCollections.newConcurrentSet();
|
||||||
Set<Exception> responseErrors = ConcurrentCollections.newConcurrentSet();
|
Set<Exception> responseErrors = ConcurrentCollections.newConcurrentSet();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user