Github user cammckenzie commented on a diff in the pull request:

    https://github.com/apache/curator/pull/171#discussion_r111854284
  
    --- Diff: 
curator-recipes/src/test/java/org/apache/curator/framework/recipes/nodes/TestPersistentTtlNode.java
 ---
    @@ -44,25 +45,49 @@ public void testBasic() throws Exception
             {
                 client.start();
     
    -            try (PersistentTtlNode node = new PersistentTtlNode(client, 
"/test", 10, new byte[0]))
    +            try (PersistentTtlNode node = new PersistentTtlNode(client, 
"/test", 100, new byte[0]))
                 {
                     node.start();
                     node.waitForInitialCreate(timing.session(), 
TimeUnit.MILLISECONDS);
    --- End diff --
    
    This should probably assert that the return is true?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to