jai1 commented on issue #630: Intermittent C++ test failure in 
LatchTest.testTimedWait
URL: 
https://github.com/apache/incubator-pulsar/issues/630#issuecomment-320592639
 
 
   The test is correct, the only reason it would fail if:-
   a. #CPU threads < 4
   b. IO operation (LOG_INFO) is taking too long
   
   All I can do is either increase the timeout at 
   
https://github.com/apache/incubator-pulsar/blob/master/pulsar-client-cpp/tests/LatchTest.cc?utf8=%E2%9C%93#L80
   OR
   remove the LOG_INFO line
   
https://github.com/apache/incubator-pulsar/blob/master/pulsar-client-cpp/tests/LatchTest.cc?utf8=%E2%9C%93#L47
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to