-
Notifications
You must be signed in to change notification settings - Fork 109
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
Ignore OSErrors on subprocess call of bjobs and bhist #9696
Ignore OSErrors on subprocess call of bjobs and bhist #9696
Conversation
CodSpeed Performance ReportMerging #9696 will not alter performanceComparing Summary
|
8fbf6aa
to
78ef92c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9696 +/- ##
==========================================
- Coverage 91.74% 91.72% -0.02%
==========================================
Files 426 426
Lines 26538 26550 +12
==========================================
+ Hits 24346 24352 +6
- Misses 2192 2198 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
78ef92c
to
791fd8d
Compare
791fd8d
to
e84a039
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
ec7764f
to
55f62e9
Compare
Pretend these kinds of issues are flaky. It is important not to crash on potentially intermittent failures in code that is rerun every 2 seconds.
55f62e9
to
5dc6336
Compare
Pretend these kinds of issues are flaky. It is important not to crash on potentially intermittent failures in code that is rerun every 2 seconds.
Issue
Resolves #9694
Approach
try/catch
git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"'
)When applicable