[GitHub] ignite pull request #3988: IGNITE-5965 fix Flaky failure of GridServiceProce...

2018-05-14 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/ignite/pull/3988


---


[GitHub] ignite pull request #3988: IGNITE-5965 fix Flaky failure of GridServiceProce...

2018-05-12 Thread andrewmed
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.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 #3988


commit 82cf7f21c6532c6d4daa586e77a914b7049ac13a
Author: AMedvedev 
Date:   2018-05-12T21:02:16Z

IGNITE-5965 fix Flaky failure of 
GridServiceProcessorMultiNodeConfigSelfTest.testDeployOnEachNodeUpdateTopology




---