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")
|
||||
// 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 {
|
||||
Set<Exception> sendingErrors = ConcurrentCollections.newConcurrentSet();
|
||||
Set<Exception> responseErrors = ConcurrentCollections.newConcurrentSet();
|
||||
|
|
Loading…
Reference in New Issue