You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by maoling <gi...@git.apache.org> on 2018/10/02 11:14:05 UTC

[GitHub] zookeeper pull request #650: ZOOKEEPER-1908: setAcl should be have a recursi...

Github user maoling commented on a diff in the pull request:

    https://github.com/apache/zookeeper/pull/650#discussion_r221910075
  
    --- Diff: src/java/test/org/apache/zookeeper/ZooKeeperTest.java ---
    @@ -566,4 +566,25 @@ public void testLsrNonexistantZnodeCommand() throws Exception {
                 Assert.assertEquals(KeeperException.Code.NONODE, ((KeeperException)e.getCause()).code());
             }
         }
    +
    +    public void testSetAclRecursive() throws Exception {
    +        final ZooKeeper zk = createClient();
    --- End diff --
    
    @Test?


---