two flaws need addressing in the c tests that can cause false positive failures
-------------------------------------------------------------------------------

                 Key: ZOOKEEPER-413
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-413
             Project: Zookeeper
          Issue Type: Bug
          Components: c client
            Reporter: Patrick Hunt
            Assignee: Mahadev konar
            Priority: Minor
             Fix For: 3.2.0


1) createClient in testclient.cc (check all tests) is not correctly waiting for 
syncconnected to the server
2) there are some instances of while(xxx); in the test code, this could cause 
problems, really we need to
have some limit on the number of iterations (other than just the test, which 
may never return false), also the
loop should have some sort of sleep(100msec) (whatever time) in order to limit 
cpu use.


-- 
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