You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/21 06:43:46 UTC

[GitHub] [pulsar-client-cpp] BewareMyPower opened a new issue, #61: Flaky tests: ShutdownTest.testDestructor

BewareMyPower opened a new issue, #61:
URL: https://github.com/apache/pulsar-client-cpp/issues/61

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar.
   
   
   ### Version
   
   master 
   
   ### Minimal reproduce step
   
   Run the following script in CMake build directory.
   
   ```bash
   #!/bin/bash
   set -e
   cd `dirname $0`
   
   for i in {1..20}; do
       echo "TEST $i"
       python3 ./gtest_parallel.py --dump_json_test_results=/tmp/gtest_parallel_results.json   --workers=4 --retry_failed=2 -d /tmp   ./tests/pulsar-tests --gtest_filter='*ShutdownTest*'
   done
   ```
   
   ### What did you expect to see?
   
   It should never fail.
   
   ### What did you see instead?
   
   At least 1 failure happened.
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-client-cpp] merlimat closed issue #61: Flaky tests: ShutdownTest.testDestructor

Posted by GitBox <gi...@apache.org>.
merlimat closed issue #61: Flaky tests: ShutdownTest.testDestructor
URL: https://github.com/apache/pulsar-client-cpp/issues/61


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org