1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00

WIPWIPWIP

This commit is contained in:
shahar 2024-11-11 10:19:52 +02:00
parent 6aeb019890
commit f316d7a679
No known key found for this signature in database
GPG key ID: 2ED7F7EDC7FDCCA4

View file

@ -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