You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by gi...@git.apache.org on 2017/08/07 07:44:00 UTC

[GitHub] jai1 commented on issue #630: Intermittent C++ test failure in LatchTest.testTimedWait

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:
users@infra.apache.org


With regards,
Apache Git Services