Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/541 @abhishek-chouhan No problem, your test looking good. You've added `eventOfDeath` to 2 places in the code: line 824 and line 1168: When I remove 824, your test will fail which is good. But if I remove 1168, test will still pass. Under what conditions do we need the change at line 1168 and could you write unit test for that?
---