[
https://issues.apache.org/jira/browse/CURATOR-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14611015#comment-14611015
]
ASF GitHub Bot commented on CURATOR-222:
----------------------------------------
Github user Randgalt commented on a diff in the pull request:
https://github.com/apache/curator/pull/79#discussion_r33725646
--- 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 --
Yeah - I think it should be removed. I'll 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)