|
@@ -488,7 +488,6 @@ public abstract class AbstractSimpleTransportTestCase extends ESTestCase {
|
|
|
assertThat(latch.await(5, TimeUnit.SECONDS), equalTo(true));
|
|
|
}
|
|
|
|
|
|
- @TestLogging("transport:DEBUG")
|
|
|
public void testConcurrentSendRespondAndDisconnect() throws BrokenBarrierException, InterruptedException {
|
|
|
Set<Exception> sendingErrors = ConcurrentCollections.newConcurrentSet();
|
|
|
Set<Exception> responseErrors = ConcurrentCollections.newConcurrentSet();
|