Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/447#discussion_r205331145 --- Diff: src/java/test/org/apache/zookeeper/test/ClientBase.java --- @@ -72,7 +72,7 @@ static final File BASETEST = new File(System.getProperty("build.test.dir", "build")); - protected String hostPort = "127.0.0.1:" + PortAssignment.unique(); + public String hostPort = "127.0.0.1:" + PortAssignment.unique(); --- End diff -- I am not sure why this change is required.
---