1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00
This commit is contained in:
shahar 2024-09-25 08:14:41 +03:00
parent f715b41a9a
commit 3c925b5ec0
No known key found for this signature in database
GPG key ID: 2ED7F7EDC7FDCCA4

View file

@ -46,7 +46,7 @@ runs:
export DRAGONFLY_PATH="${GITHUB_WORKSPACE}/${{inputs.build-folder-name}}/${{inputs.dfly-executable}}" export DRAGONFLY_PATH="${GITHUB_WORKSPACE}/${{inputs.build-folder-name}}/${{inputs.dfly-executable}}"
export UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=1 # to crash on errors export UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=1 # to crash on errors
for i in {1..1000}; do for i in {1..10000}; do
pytest -xv dragonfly/replication_test.py::test_take_over_counters[df_factory0-8-8] pytest -xv dragonfly/replication_test.py::test_take_over_counters[df_factory0-8-8]
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "Command failed on iteration $i" echo "Command failed on iteration $i"