Github user Randgalt commented on the issue:
https://github.com/apache/curator/pull/303
It's odd - only 1 test is failing: TestTreeCache.testKilledSession(). I can
make it work by special casing via `if ( client.isZk34CompatibilityMode() )`
but I wonder why? ZK is sending a node deletion immediately after the fake
session closed event is posted. I'm not sure it's worth debugging.---
