-
Notifications
You must be signed in to change notification settings - Fork 6
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
replace flaky test retry utility #790
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ure' reporting from successful-retry during coverage for codecov flaky test analysis
fmigneault
added
ci/tests
Tests of the package and features
ci/operations
Related to CI operations (actions, execution, install, builds, etc.)
labels
Jan 27, 2025
github-actions
bot
added
feature/cli
Issues or features related to CLI operations.
feature/CWL
Issue related to CWL support
ci/doc
Issue related to documentation of the package
labels
Jan 27, 2025
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #790 +/- ##
==========================================
+ Coverage 87.66% 87.69% +0.02%
==========================================
Files 82 82
Lines 21256 21259 +3
Branches 2874 2875 +1
==========================================
+ Hits 18635 18644 +9
+ Misses 1868 1859 -9
- Partials 753 756 +3 ☔ View full report in Codecov by Sentry. |
github-actions
bot
added
the
process/wps3
Issue related to WPS 3.x (REST-JSON) processes support
label
Jan 29, 2025
…- undetected by CI due to get_request_options invocation with empty settings followed by requests mock never leading to actual requests call
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci/doc
Issue related to documentation of the package
ci/operations
Related to CI operations (actions, execution, install, builds, etc.)
ci/tests
Tests of the package and features
feature/cli
Issues or features related to CLI operations.
feature/CWL
Issue related to CWL support
process/wps3
Issue related to WPS 3.x (REST-JSON) processes support
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Replace
pytest-rerunfailures
bypytest-retry
to avoid falsyfailure
result in JUnit reporting following successful-retry during from coverage for codecov flaky test analysis.Avoid the flagged tests as seen in #758 (comment) which are "known flaky tests".