ctubbsii commented on code in PR #2307:
URL: https://github.com/apache/zookeeper/pull/2307#discussion_r2353122357


##########
zookeeper-server/src/test/java/org/apache/zookeeper/server/ClientSSLReloadTest.java:
##########
@@ -156,7 +155,7 @@ public void certificateReloadTest() throws Exception {
                 try (ZooKeeper zk = new 
ZooKeeper(zkServer.getSecureConnectionString(), 60000, (WatchedEvent event) -> {
                     switch (event.getState()) {
                         case SyncConnected:
-                            l.countDown();
+                            l2.countDown();

Review Comment:
   What led to this change in this PR? It doesn't seem related.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to