mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
10,000
This commit is contained in:
parent
f715b41a9a
commit
3c925b5ec0
1 changed files with 1 additions and 1 deletions
2
.github/actions/regression-tests/action.yml
vendored
2
.github/actions/regression-tests/action.yml
vendored
|
@ -46,7 +46,7 @@ runs:
|
|||
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
|
||||
|
||||
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]
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Command failed on iteration $i"
|
||||
|
|
Loading…
Reference in a new issue