mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 02:15:45 +02:00
fix: test_replica_snapshot_with_big_values_while_seeding (#4902)
* throttle the test to require less memory * increase reg test timeout on the ci from 50 to 60 mins Signed-off-by: kostas <kostas@dragonflydb.io>
This commit is contained in:
parent
c129834cbf
commit
7adb071f2a
2 changed files with 4 additions and 5 deletions
4
.github/actions/regression-tests/action.yml
vendored
4
.github/actions/regression-tests/action.yml
vendored
|
@ -54,11 +54,11 @@ runs:
|
|||
if [[ "${{inputs.epoll}}" == 'epoll' ]]; then
|
||||
export FILTER="${{inputs.filter}} and not exclude_epoll"
|
||||
# Run only replication tests with epoll
|
||||
timeout 50m pytest -m "$FILTER" --durations=10 --timeout=300 --color=yes --json-report --json-report-file=report.json dragonfly --df force_epoll=true --log-cli-level=INFO || code=$?
|
||||
timeout 60m pytest -m "$FILTER" --durations=10 --timeout=300 --color=yes --json-report --json-report-file=report.json dragonfly --df force_epoll=true --log-cli-level=INFO || code=$?
|
||||
else
|
||||
export FILTER="${{inputs.filter}}"
|
||||
# Run only replication tests with epoll
|
||||
timeout 50m pytest -m "$FILTER" --durations=10 --timeout=300 --color=yes --json-report --json-report-file=report.json dragonfly --log-cli-level=INFO || code=$?
|
||||
timeout 60m pytest -m "$FILTER" --durations=10 --timeout=300 --color=yes --json-report --json-report-file=report.json dragonfly --log-cli-level=INFO || code=$?
|
||||
fi
|
||||
|
||||
# timeout returns 124 if we exceeded the timeout duration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue