Github user maoling commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/587#discussion_r207535136
--- Diff:
src/java/test/org/apache/zookeeper/test/ConnectStringParserTest.java ---
@@ -39,27 +44,44 @@ public void testMultipleServersChrootPath(){
String servers = "10.10.10.1,10.10.10.2";
assertChrootPath(chrootPath,
new ConnectStringParser(servers+chrootPath));
+
+ servers =
"[2001:db8:1::242:ac11:2]:2181,[2001:db8:85a3:8d3:1319:8a2e:370:7348]:5678";
--- End diff --
good suggestion
---