kezhuw commented on code in PR #2307:
URL: https://github.com/apache/zookeeper/pull/2307#discussion_r2335696657
##########
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:
I think so but I can not find a failure ci for now.
--
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]