You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by GitBox <gi...@apache.org> on 2021/07/05 11:52:29 UTC

[GitHub] [curator] eolivelli commented on a change in pull request #386: CURATOR-588 Upgrade ZooKeeper to 3.6.3

eolivelli commented on a change in pull request #386:
URL: https://github.com/apache/curator/pull/386#discussion_r663871193



##########
File path: curator-framework/src/test/java/org/apache/curator/framework/imps/TestFrameworkEdges.java
##########
@@ -670,9 +670,13 @@ public void testFailure() throws Exception
             client.checkExists().forPath("/hey");
             fail();
         }
+        catch ( KeeperException.SessionExpiredException e )
+        {
+            // correct, this happens on ZK 3.6.3+

Review comment:
       I really do not know why this is happening.
   I have looked thru ZK 3.6.3 release notes and I haven't found anything that may be releated.
   
   




-- 
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: dev-unsubscribe@curator.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org