We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f5eba commit c1419faCopy full SHA for c1419fa
helix-core/src/test/java/org/apache/helix/integration/TestZkCallbackHandlerLeak.java
@@ -472,6 +472,8 @@ public void testCurrentStatePathLeakingByAsycRemoval() throws Exception {
472
jobAccesor.setProperty(jobKey, cs);
473
}
474
475
+ // verify new watcher is installed on the new node
476
+ Thread.sleep(5000);
477
Map<String, Set<String>> listenersByZkPath = ZkTestHelper.getListenersByZkPath(ZK_ADDR);
478
Assert.assertTrue(listenersByZkPath.keySet().contains(jobKey.getPath()));
479
rpWatchPaths = ZkTestHelper.getZkWatch(rpManager.getZkClient());
0 commit comments