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

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

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

andrey-kuznetsov
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 <amedvedev@...>
Date:   2018-05-12T21:02:16Z

    IGNITE-5965 fix Flaky failure of GridServiceProcessorMultiNodeConfigSelfTest.testDeployOnEachNodeUpdateTopology

----


---
Reply | Threaded
Open this post in threaded view
|

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

andrey-kuznetsov
Github user asfgit closed the pull request at:

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


---