events.poll timeout in watcher test too short
---------------------------------------------

                 Key: ZOOKEEPER-219
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-219
             Project: Zookeeper
          Issue Type: Bug
    Affects Versions: 3.0.0
            Reporter: Patrick Hunt
            Priority: Minor
             Fix For: 3.0.1, 3.1.0


in watchertest there are some event.poll calls that have 1milli timeouts

        e = localWatcher.events.poll(1, TimeUnit.MILLISECONDS);

this is showing falure in some cases under hudson (I assume when it's under 
load from other tests running for other proj)

We should review the poll calls and verify adequate timeouts.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to