yangl commented on a change in pull request #10715: URL: https://github.com/apache/pulsar/pull/10715#discussion_r643616295
########## File path: pulsar-zookeeper-utils/src/test/java/org/apache/pulsar/zookeeper/ZookeeperServerTest.java ########## @@ -41,18 +41,18 @@ public ZookeeperServerTest(int zkPort) throws IOException { if (!zkTmpDir.delete() || !zkTmpDir.mkdir()) { throw new IOException("Couldn't create zk directory " + zkTmpDir); } + // Allow all commands on ZK control port Review comment: Because the previous `zkport` parameter does not take effect, but this test requires the specified port 2181. -- 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: us...@infra.apache.org