提交 7edf5728 编写于 作者: M Matteo Merli

Fixed ZookeeperCacheTest failures on Travis build

上级 d913f714
......@@ -277,8 +277,6 @@ public class ZookeeperCacheTest {
// seen by the cache
zkClient.failAfter(-1, Code.OK);
zkClient.delete("/my_test2", -1);
// Make sure it has not been updated yet
assertEquals(zkCache.get("/my_test2"), value);
zkCacheService.process(new WatchedEvent(Event.EventType.None, KeeperState.SyncConnected, null));
assertEquals(zkCache.get("/other"), newValue);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册