You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by Randgalt <gi...@git.apache.org> on 2018/12/08 20:57:31 UTC

[GitHub] curator issue #235: [CURATOR-430] deletingChildrenIfNeeded maybe cannot dele...

Github user Randgalt commented on the issue:

    https://github.com/apache/curator/pull/235
  
    @hebelala hey - the test for this PR keeps failing and as I read it, I don't see how it ever worked. Can you look at this again? The code `client2.delete().forPath("/parent/child" + (childCount / 2));` should actually fail most of the time as the thread has deleted all the children.


---