GitHub user dmekhanikov opened a pull request: https://github.com/apache/ignite/pull/4589
Replace TcpDiscoveryMulticastIpFinder with TcpDiscoveryVmIpFinder in tests Created for testing You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-test-ip-finder Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/4589.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4589 ---- commit 385950a6bb7e7e00bce784bab0e0708b8561c4d6 Author: Denis Mekhanikov <dmekhanikov@...> Date: 2018-08-21T15:43:20Z Search for all tests, that use multicast IP finder. commit a12b8daaec037247620df79b9ec90b6e2023f783 Author: Denis Mekhanikov <dmekhanikov@...> Date: 2018-08-21T16:27:52Z Calculate multicast usage statistics per suite commit e303f70d525882e5b97b27c0369603098c52a382 Author: Denis Mekhanikov <dmekhanikov@...> Date: 2018-08-21T16:34:01Z Use TcpDiscoveryVmIpFinder by default ---- ---