This is an automated email from the ASF dual-hosted git repository.

agoncharuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new e8cf386  IGNITE-11036 Fixed use of shared IP finder in test - Fixes 
#5894.
e8cf386 is described below

commit e8cf38659062fc7ce500ec4dc73423a09ff487bc
Author: Sergey Kosarev <skosa...@gridgain.com>
AuthorDate: Wed Jan 23 11:48:31 2019 +0300

    IGNITE-11036 Fixed use of shared IP finder in test - Fixes #5894.
    
    Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>
---
 .../spi/communication/tcp/IgniteTcpCommunicationHandshakeWaitTest.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/modules/core/src/test/java/org/apache/ignite/spi/communication/tcp/IgniteTcpCommunicationHandshakeWaitTest.java
 
b/modules/core/src/test/java/org/apache/ignite/spi/communication/tcp/IgniteTcpCommunicationHandshakeWaitTest.java
index b1c9820..e1db298 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/spi/communication/tcp/IgniteTcpCommunicationHandshakeWaitTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/spi/communication/tcp/IgniteTcpCommunicationHandshakeWaitTest.java
@@ -62,6 +62,8 @@ public class IgniteTcpCommunicationHandshakeWaitTest extends 
GridCommonAbstractT
 
         TcpDiscoverySpi discoSpi = new SlowTcpDiscoverySpi();
 
+        discoSpi.setIpFinder(sharedStaticIpFinder);
+
         cfg.setDiscoverySpi(discoSpi);
 
         TcpCommunicationSpi commSpi = new TcpCommunicationSpi();

Reply via email to