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/02 23:43:08 UTC

[GitHub] merlimat opened a new issue #630: Intermittent C++ test failure in LatchTest.testTimedWait

merlimat opened a new issue #630: Intermittent C++ test failure in LatchTest.testTimedWait
URL: https://github.com/apache/incubator-pulsar/issues/630
 
 
   As seen on https://builds.apache.org/job/pulsar-pull-request/45/console 
   ```
   [35/75] LatchTest.testTimedWait (108 ms)
   log4cxx: Could not read configuration file [log4cxx.conf].
   Note: Google Test filter = LatchTest.testTimedWait
   [==========] Running 1 test from 1 test case.
   [----------] Global test environment set-up.
   [----------] 1 test from LatchTest
   [ RUN      ] LatchTest.testTimedWait
   log4cxx: No appender could be found for logger (pulsar./pulsar/pulsar-client-cpp/tests/LatchTest.cc).
   log4cxx: Please initialize the log4cxx system properly.
   /pulsar/pulsar-client-cpp/tests/LatchTest.cc:80: Failure
   Value of: latch1.wait(millisec(70))
     Actual: false
   Expected: true
   [  FAILED  ] LatchTest.testTimedWait (74 ms)
   [----------] 1 test from LatchTest (74 ms total)
   
   [----------] Global test environment tear-down
   [==========] 1 test from 1 test case ran. (74 ms total)
   [  PASSED  ] 0 tests.
   [  FAILED  ] 1 test, listed below:
   [  FAILED  ] LatchTest.testTimedWait
   ```
   
   cc @jai1 
 
----------------------------------------------------------------
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