GitHub user andrewmed opened a pull request:
https://github.com/apache/ignite/pull/3988 IGNITE-5965 fix Flaky failure of GridServiceProcessorMultiNodeConfigSâ¦
Test fixed by decreasing connection timeout. Now GridServiceProcessorMultiNodeConfigSelfTest.testDeployOnEachNodeUpdateTopology that should have failed earlier because of topology not being updated on nodes exit (cause of failures), succeeds but runs > 10 sec. This fix gives 200/200 success rate, but I am not really sure if the approach is right. Needs reviewing
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/andrewmed/ignite IGNITE-5965
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3988.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3988
----
commit 82cf7f21c6532c6d4daa586e77a914b7049ac13a
Author: AMedvedev <amedvedev@...>
Date: 2018-05-12T21:02:16Z
IGNITE-5965 fix Flaky failure of GridServiceProcessorMultiNodeConfigSelfTest.testDeployOnEachNodeUpdateTopology
----
---