Github user packysauce commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/267#discussion_r119270375
--- Diff: src/java/test/org/apache/zookeeper/server/CreateTTLTest.java ---
@@ -69,6 +75,23 @@ public void testCreate()
}
@Test
+ public void testBadTTLs()
+ throws IOException, KeeperException, InterruptedException {
+ Stat stat = new Stat();
--- End diff --
Ah! the first version of this went through the zk client-ish interface, so
probably not needed anymore
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---