mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
WIPWIPWIP
This commit is contained in:
parent
6aeb019890
commit
f316d7a679
1 changed files with 3 additions and 0 deletions
3
.github/actions/regression-tests/action.yml
vendored
3
.github/actions/regression-tests/action.yml
vendored
|
@ -48,6 +48,9 @@ runs:
|
|||
|
||||
for run in {1..1000}; do
|
||||
timeout 50m pytest --durations=10 --color=yes --json-report --json-report-file=report.json dragonfly/replication_test.py::test_take_over_counters --log-cli-level=INFO || code=$?
|
||||
if [[ $code -ne 0 ]]; then
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
|
||||
# timeout returns 124 if we exceeded the timeout duration
|
||||
|
|
Loading…
Reference in a new issue