-
Notifications
You must be signed in to change notification settings - Fork 117
[bugfix] Do not leave stale test jobs when ReFrame receives a TERM signal #1193
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
* Allow ReFrame to exit with grace when it receives a SIGTERM. * Add unittest to simulate a SIGTERM handle.
* Adjust unittests to simulate sending of a SIGTERM signal to ReFrame.
Codecov Report
@@ Coverage Diff @@
## master #1193 +/- ##
=======================================
Coverage 92.12% 92.12%
=======================================
Files 81 81
Lines 12028 12028
=======================================
Hits 11081 11081
Misses 947 947
Continue to review full report at Codecov.
|
vkarak
left a comment
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.
Almost there. I have just a couple of minor comments.
|
@teojgo Strangely CI has finished successfully, but here it appears as still running. |
vkarak
left a comment
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.
lgtm
|
@teojgo The test fails on Kesch. Moving over to the next sprint. |
|
@jenkins-cscs retry kesch |
Allow ReFrame to exit with grace when it receives a SIGTERM.
Add unittest to simulate a SIGTERM handle.
Fixes #1143