Github user madrob commented on a diff in the pull request:
https://github.com/apache/curator/pull/242#discussion_r153253397
--- Diff:
curator-framework/src/test/java/org/apache/curator/framework/imps/TestFrameworkEdges.java
---
@@ -60,6 +60,37 @@
{
private final Timing2 timing = new Timing2();
+ @Test
+ public void testBackgroundLatencyUnSleep() throws Exception
--- End diff --
Could we test multiple operations and verify that after the first one fires
the rest don't continue to sleep?---
