-
Notifications
You must be signed in to change notification settings - Fork 117
[bugfix] Properly retrieve exit status for PBS Pro jobs #2993
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
Conversation
|
Can I test this patch? |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2993 +/- ##
==========================================
- Coverage 87.28% 87.23% -0.05%
==========================================
Files 60 60
Lines 11707 11716 +9
==========================================
+ Hits 10219 10221 +2
- Misses 1488 1495 +7
☔ View full report in Codecov by Sentry. |
|
I would suggest re-opening this as a bugfix against |
10fedf5 to
d3e5f92
Compare
|
Changed target branch to |
d3e5f92 to
ba30cd6
Compare
|
Ok, I think this is ready for review: before it wasn't working because I made a mistake in the regexp pattern (didn't use the |
|
Edit: fixed (had to force the type of |
ba30cd6 to
b778a76
Compare
|
ok to test |
|
@giordano I updated the PR based on the last comments. Can you give it a try and check if anything is broken so that we can merge it? |
|
Sorry, I just managed to run the test with the latest version of |
This is a start to address #2936. It doesn't quite work as desired at the moment, because I don't know what to do exactly with the exit status, how do I use it to make ReFrame error if the job failed?
Closes #2936.