Github user lvfangmin commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/682#discussion_r228315225
--- Diff:
zookeeper-server/src/test/java/org/apache/zookeeper/test/WatchEventWhenAutoResetTest.java
---
@@ -95,6 +96,7 @@ public void setUp() {
}
@Test
+ @Ignore("ZOOKEEPER-3182")
--- End diff --
As I mentioned in the Jira, I don't think this is a ZK code problem, but we
should improve the reliability in this test case, if the client is disconnected
we cannot guarantee it will get the 'expected' watch event without doing sync
first.
---