[
https://issues.apache.org/jira/browse/CURATOR-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14609363#comment-14609363
]
ASF GitHub Bot commented on CURATOR-222:
----------------------------------------
Github user cammckenzie commented on a diff in the pull request:
https://github.com/apache/curator/pull/79#discussion_r33639772
--- Diff:
curator-recipes/src/test/java/org/apache/curator/framework/recipes/cache/TestPathChildrenCache.java
---
@@ -100,16 +100,16 @@ public void childEvent(CuratorFramework client,
PathChildrenCacheEvent event) th
}
}
- @Test
+ @Test(enabled = false) // I didn't write this test and it's not
working. I'm not even sure what it tests. Check into it later -JZ
--- End diff --
What's the status of this? Looks like it was added as part of CURATOR-141,
and I guess it's trying to get the client to shutdown during the build process.
It looks pretty flaky though? Maybe we should just remove it
> Support Container Nodes
> -----------------------
>
> Key: CURATOR-222
> URL: https://issues.apache.org/jira/browse/CURATOR-222
> Project: Apache Curator
> Issue Type: New Feature
> Components: Client, Framework, Recipes
> Affects Versions: 2.8.0
> Reporter: Jordan Zimmerman
> Assignee: Jordan Zimmerman
> Fix For: 2.9.0
>
>
> ZooKeeper will most likely add support for "Container" nodes per
> https://issues.apache.org/jira/browse/ZOOKEEPER-2163 - Curator must support
> this feature
> * Backwards compatible to 3.4.6. If Containers are available, they’re used in
> all recipes that create parent nodes.
> * The use of EnsurePath is now deprecated
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)