Skip to content

Commit

Permalink
missing then
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasrim committed Jan 8, 2025
1 parent d7c2e1f commit eaa94b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/regression-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
export UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=1 # to crash on errors
# Run only replication tests with epoll
if [[ ${{inputs.epoll}} == 'true' ]];
if [[ ${{inputs.epoll}} == 'true' ]]; then
timeout 50m pytest -m "${{inputs.filter}}" --durations=10 --timeout=300 --color=yes --json-report --json-report-file=report.json dragonfly/replication_test.py --df force_epoll=true --log-cli-level=INFO || code=$?
# Run everything with uring
else
Expand Down

0 comments on commit eaa94b9

Please sign in to comment.