Skip to content

Commit

Permalink
Fixed ZookeeperCacheTest failures on Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed Sep 8, 2016
1 parent d913f71 commit 7edf572
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@ public String deserialize(String key, byte[] content) throws Exception {
// 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);

Expand Down

0 comments on commit 7edf572

Please sign in to comment.