You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by andrewmed <gi...@git.apache.org> on 2018/05/12 21:25:28 UTC

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

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

    IGNITE-5965 fix Flaky failure of GridServiceProcessorMultiNodeConfigSelfTest.testDeployOnEachNodeUpdateTopology

----


---

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

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---