mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
[TEST] Mute ConnectionManagerTests.testConcurrentConnectsAndDisconnects
Due to https://github.com/elastic/elasticsearch/issues/49903
This commit is contained in:
parent
d299bf5760
commit
17fa9d5844
@ -124,6 +124,7 @@ public class ConnectionManagerTests extends ESTestCase {
|
|||||||
assertEquals(1, nodeDisconnectedCount.get());
|
assertEquals(1, nodeDisconnectedCount.get());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/49903")
|
||||||
public void testConcurrentConnectsAndDisconnects() throws BrokenBarrierException, InterruptedException {
|
public void testConcurrentConnectsAndDisconnects() throws BrokenBarrierException, InterruptedException {
|
||||||
DiscoveryNode node = new DiscoveryNode("", new TransportAddress(InetAddress.getLoopbackAddress(), 0), Version.CURRENT);
|
DiscoveryNode node = new DiscoveryNode("", new TransportAddress(InetAddress.getLoopbackAddress(), 0), Version.CURRENT);
|
||||||
Transport.Connection connection = new TestConnect(node);
|
Transport.Connection connection = new TestConnect(node);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user