[
https://issues.apache.org/jira/browse/CURATOR-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15999337#comment-15999337
]
ASF GitHub Bot commented on CURATOR-410:
----------------------------------------
GitHub user srdo opened a pull request:
https://github.com/apache/curator/pull/220
CURATOR-410: Fix testPathsFromProtectingInBackground failing due to n…
…ew CreateModes in Zookeeper 3.5.3
https://issues.apache.org/jira/browse/CURATOR-410
A few tests were also hanging indefinitely on failure, I've added some
timeouts.
Would it be possible to set up a Jenkins or Travis build to build PRs,
similar to how it works on other projects (e.g. https://github.com/apache/storm
or https://github.com/apache/kafka)? It would make test failures easier to
catch in review.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/curator CURATOR-410
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/220.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 #220
----
commit 2e69bbf7cc2a128f1e2f98ee6a02ba6d1e47c34f
Author: Stig Rohde Døssing <[email protected]>
Date: 2017-05-05T23:29:30Z
CURATOR-410: Fix testPathsFromProtectingInBackground failing due to new
CreateModes in Zookeeper 3.5.3
----
> testPathsFromProtectingInBackground fails since upgrade to Zookeeper 3.5.3
> --------------------------------------------------------------------------
>
> Key: CURATOR-410
> URL: https://issues.apache.org/jira/browse/CURATOR-410
> Project: Apache Curator
> Issue Type: Bug
> Components: Tests
> Reporter: Stig Rohde Døssing
> Priority: Minor
>
> testPathsFromProtectingInBackground iterates over all CreateModes, and tries
> to create paths with protection. Since Zookeeper 3.5.3, two new CreateModes
> requiring non-negative TTLs have been added. Since the test doesn't set TTLs
> for those CreateModes, Zookeeper throws an exception.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)