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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
