Search before asking
Version
master
Minimal reproduce step
Run the following script in CMake build directory. (Download
#!/bin/bash
set -e
cd `dirname $0`
curl -o -L https://raw.githubusercontent.com/google/gtest-parallel/master/gtest_parallel.py
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?
Search before asking
Version
master
Minimal reproduce step
Run the following script in CMake build directory. (Download
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?