Github user Randgalt commented on a diff in the pull request:

    https://github.com/apache/curator/pull/100#discussion_r38372964
  
    --- Diff: 
curator-recipes/src/test/java/org/apache/curator/framework/recipes/cache/TestTreeCache.java
 ---
    @@ -377,7 +377,6 @@ public void testKilledSession() throws Exception
             assertEvent(TreeCacheEvent.Type.NODE_ADDED, "/test/me");
     
             KillSession.kill(client.getZookeeperClient().getZooKeeper(), 
server.getConnectString());
    -        assertEvent(TreeCacheEvent.Type.CONNECTION_SUSPENDED);
    --- End diff --
    
    Killing the session goes immediately to LOST. It actually was always a 
possibility but now it does it so fast that it's always the case.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to