-
Notifications
You must be signed in to change notification settings - Fork 356
test-curl
tests fails in dev envoriments
#7507
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
Comments
0xquark
added a commit
to 0xquark/rucio
that referenced
this issue
Mar 20, 2025
…7507 - Marked x509-failed-tests with `pytest.mark.skipif` to skip tests outside CI (github actions) env for local runs. - Github Actions has a env variable `GITHUB_ACTIONS` which is always set to true while running as part of the workflow. Signed-off-by: Karanjot Singh <karanjot.singh@cern.ch>
0xquark
added a commit
to 0xquark/rucio
that referenced
this issue
Mar 20, 2025
…7507 - Marked x509-failed-tests with `pytest.mark.skipif` to skip tests outside CI (github actions) env for local runs. - Github Actions has a env variable `GITHUB_ACTIONS` which is always set to true while running as part of the workflow. Signed-off-by: Karanjot Singh <karanjot.singh@cern.ch>
0xquark
added a commit
to 0xquark/rucio
that referenced
this issue
Mar 20, 2025
…7507 - Marked x509-failed-tests with `pytest.mark.skipif` to skip tests outside CI (github actions) env for local runs. - Github Actions has a env variable `GITHUB_ACTIONS` which is always set to true while running as part of the workflow. Signed-off-by: Karanjot Singh <karanjot.singh@cern.ch>
0xquark
added a commit
to 0xquark/rucio
that referenced
this issue
Mar 20, 2025
…7507 - Marked x509-failed-tests with `pytest.mark.skipif` to skip tests outside CI (github actions) env for local runs. - Github Actions has a env variable `GITHUB_ACTIONS` which is always set to true while running as part of the workflow. Signed-off-by: Karanjot Singh <karanjot.singh@cern.ch>
bari12
pushed a commit
that referenced
this issue
Mar 21, 2025
- Marked x509-failed-tests with `pytest.mark.skipif` to skip tests outside CI (github actions) env for local runs. - Github Actions has a env variable `GITHUB_ACTIONS` which is always set to true while running as part of the workflow. Signed-off-by: Karanjot Singh <karanjot.singh@cern.ch>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
About half of the test_curl tests fail when running in a dev environment - because the dev environment does not have a x509 cert the way these tests expect.
Steps to reproduce
bash tools/run_tests.sh
orpytest tests/test_curl.py
- observe the failed testsRucio Version
No response
Additional Information
I propose we mark these tests with a
skip_if
to only run them in the github runner or a specific environment.The text was updated successfully, but these errors were encountered: