Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(regressions-tests): Update regression-tests.yml #805

Merged
merged 2 commits into from
Feb 16, 2023

Conversation

ashotland
Copy link
Contributor

Run every 3 hours
Add -s to pytest invocation

Run every 3 hours
Add -s to pytest

Signed-off-by: ashotland <[email protected]>
@ashotland ashotland requested a review from adiholden February 15, 2023 09:13
@@ -51,7 +51,7 @@ jobs:
pip install -r dragonfly/requirements.txt
export DRAGONFLY_PATH="${GITHUB_WORKSPACE}/build/dragonfly" # used by PyTests

pytest -xvr dragonfly --ignore=dragonfly/replication_test.py
pytest -xvrs dragonfly --ignore=dragonfly/replication_test.py
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when s flag is after the r flag this means that the summery printed will show only skipped tests
https://docs.pytest.org/en/6.2.x/usage.html#detailed-summary-report

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:-o Moved to the beginning and verified locally

@ashotland ashotland changed the title Update regression-tests.yml chore(regressions-tests): Update regression-tests.yml Feb 16, 2023
@ashotland
Copy link
Contributor Author

Hi @adiholden can you please take another look?

@adiholden
Copy link
Collaborator

@ashotland there is a re-request review button at the reviews section. So you can just click it and I will get notified

@ashotland ashotland merged commit 2f89cdc into main Feb 16, 2023
@romange romange deleted the ashotland-patch-1 branch February 18, 2023 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants