mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
parent
2016e23285
commit
20e5994179
@ -95,6 +95,7 @@ public class NodeConnectionsServiceTests extends ESTestCase {
|
||||
return builder.build();
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40030")
|
||||
public void testConnectAndDisconnect() throws Exception {
|
||||
final NodeConnectionsService service = new NodeConnectionsService(Settings.EMPTY, threadPool, transportService);
|
||||
|
||||
@ -205,6 +206,7 @@ public class NodeConnectionsServiceTests extends ESTestCase {
|
||||
assertConnectedExactlyToNodes(targetNodes);
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40030")
|
||||
public void testOnlyBlocksOnConnectionsToNewNodes() throws Exception {
|
||||
final NodeConnectionsService service = new NodeConnectionsService(Settings.EMPTY, threadPool, transportService);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user