mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
[TEST] Remove connection listener from all transports in AbstractSimpleTransportTestCase#testSendRandomRequests
This commit is contained in:
parent
0c7fc229b8
commit
2dd0ec57b2
@ -1605,7 +1605,7 @@ public abstract class AbstractSimpleTransportTestCase extends ESTestCase {
|
|||||||
latch.await();
|
latch.await();
|
||||||
serviceA.removeConnectionListener(waitForConnection);
|
serviceA.removeConnectionListener(waitForConnection);
|
||||||
serviceB.removeConnectionListener(waitForConnection);
|
serviceB.removeConnectionListener(waitForConnection);
|
||||||
serviceB.removeConnectionListener(waitForConnection);
|
serviceC.removeConnectionListener(waitForConnection);
|
||||||
|
|
||||||
|
|
||||||
Map<TransportService, DiscoveryNode> toNodeMap = new HashMap<>();
|
Map<TransportService, DiscoveryNode> toNodeMap = new HashMap<>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user