You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by Randgalt <gi...@git.apache.org> on 2018/12/09 17:41:10 UTC

[GitHub] curator pull request #293: [CURATOR-490] Make the tests more resilient

GitHub user Randgalt opened a pull request:

    https://github.com/apache/curator/pull/293

    [CURATOR-490] Make the tests more resilient

    Some of the tests are flakey and fail intermittently. This task will remain open as a container for fixing tests.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/curator CURATOR-490

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/curator/pull/293.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 #293
    
----
commit 85161ab33b36e2f42b00bd4c27d158f8183f2835
Author: randgalt <ra...@...>
Date:   2018-12-09T04:06:31Z

    Merge branch 'CURATOR-491' into CURATOR-490

commit 4c993572f01e1368bd6898cf1fc6ab3eb59d8688
Author: randgalt <ra...@...>
Date:   2018-12-09T04:15:44Z

    CURATOR-490
    
    Various changes to make tests run better: using Timing object in TestCleanState and few tests where it was missing; set the exclude groups in zk34, and set retry tests as status skip

commit d9652662293529374c601d90a9700e132a466700
Author: randgalt <ra...@...>
Date:   2018-12-09T16:11:30Z

    CURATOR-405
    
    Once the session expiration is injected, reset startOfSuspendedEpoch so that we don't do this copious times while things are being reset.

commit 173183420688875c6e627260ffb4efbbdc48227c
Author: randgalt <ra...@...>
Date:   2018-12-09T16:13:29Z

    Merge branch 'CURATOR-405' into CURATOR-490

commit b94844af500054dc6aa1b342e2ea3665de5f232f
Author: randgalt <ra...@...>
Date:   2018-12-09T17:28:32Z

    CURATOR-490 testReentrantSingleLock() should not be run for TestInterProcessSemaphoreMutex as InterProcessSemaphoreMutex is not re-entrant

commit caf2a9d81a333154a0d36fcea1a624d4e00df3e1
Author: randgalt <ra...@...>
Date:   2018-12-09T17:34:30Z

    Merge branch 'CURATOR-493' into CURATOR-490

----


---

[GitHub] curator issue #293: [CURATOR-490] Make the tests more resilient

Posted by Randgalt <gi...@git.apache.org>.
Github user Randgalt commented on the issue:

    https://github.com/apache/curator/pull/293
  
    At this point, tests are passing but we still sometimes get at the end of `curator-test-zk34`. I've opened a bug with Maven Surefire for it: https://issues.apache.org/jira/browse/SUREFIRE-1612


---

[GitHub] curator pull request #293: [CURATOR-490] Make the tests more resilient

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

    https://github.com/apache/curator/pull/293


---