anmolnar commented on a change in pull request #922: ZOOKEEPER-3361: Add multi 
version of getChildren request
URL: https://github.com/apache/zookeeper/pull/922#discussion_r278937975
 
 

 ##########
 File path: 
zookeeper-server/src/test/java/org/apache/zookeeper/server/FinalRequestProcessorTest.java
 ##########
 @@ -227,4 +232,40 @@ private void assertMasked(boolean masked) {
         assertThat("Original ACL list has been modified", 
testACLs.get(2).getId().getScheme(), equalTo("world"));
         assertThat("Original ACL list has been modified", 
testACLs.get(2).getId().getId(), equalTo("anyone"));
     }
+
+    @Test
+    public void testGetChildrenList_Empty_List() throws IOException {
 
 Review comment:
   Please consider adding some tests for ACL checking too.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to