[jira] [Commented] (CURATOR-472) Test-only code started to be called in prod

2018-12-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16705876#comment-16705876 ] ASF GitHub Bot commented on CURATOR-472: GitHub user Randgalt opened a pull requ

Re: Unit tests

2018-12-01 Thread Jordan Zimmerman
The fix: https://github.com/apache/curator/pull/283 > On Dec 1, 2018, at 10:20 AM, Jordan Zimmerman > wrote: > > BTW - looks like there's already an open bug for this: > https://issues.apache.org/jira/browse/CURATOR-472 > - this is what's ca

[GitHub] curator pull request #283: CURATOR-472 - fix deadlocks during tests as well ...

2018-12-01 Thread Randgalt
GitHub user Randgalt opened a pull request: https://github.com/apache/curator/pull/283 CURATOR-472 - fix deadlocks during tests as well as TTL test issues Fixed 2 problems: 1) internalClose can be called from a ZooKeeper background thread (as part of a Watcher callback). Calling Zoo

Re: Unit tests

2018-12-01 Thread Jordan Zimmerman
BTW - looks like there's already an open bug for this: https://issues.apache.org/jira/browse/CURATOR-472 - this is what's causing the problem. I'll have a possible fix soon. > On Nov 30, 2018, at 6:52 PM, Jordan Zimmerman > wrote: > > I'm r