We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a9aa5 commit c3d05aeCopy full SHA for c3d05ae
modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoverySelfTest.java
@@ -311,11 +311,15 @@ public void testThreeNodesStartStop() throws Exception {
311
assertNotNull(node);
312
assertNotNull(node.lastSuccessfulAddress());
313
314
+ assertTrue(spi2.pingNode(ignite3.localNode().id()));
315
+
316
node = (TcpDiscoveryNode)spi2.getNode(ignite3.localNode().id());
317
318
319
320
321
+ assertTrue(spi3.pingNode(ignite1.localNode().id()));
322
323
node = (TcpDiscoveryNode)spi3.getNode(ignite1.localNode().id());
324
325
0 commit comments