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

 ##########
 File path: 
zookeeper-server/src/test/java/org/apache/zookeeper/test/MultiTransactionTest.java
 ##########
 @@ -787,6 +811,129 @@ public void testTransactionBuilder() throws Exception {
         assertNull(zk.exists("/t2", false));
     }
 
+    @Test
+    public void testMultiGetChildren() throws Exception {
 
 Review comment:
   If it doesn't add too much overhead to unit testing, please try to split 
this test into 2 test cases.

----------------------------------------------------------------
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