-
Notifications
You must be signed in to change notification settings - Fork 23
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
safer srun termination #3270
safer srun termination #3270
Conversation
@andre-merzky quick check - should we add some handling of the termination signal within the launching script? do we need to preserve |
A launch script handler would, IMHO, only make sense if we want to still execute |
Thanks Andre! |
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!
Oh, I need to fix the tests... Will do ASAP. |
ensure cancel arrives at executor
…radical.pilot into fix/srun_termination
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## devel #3270 +/- ##
==========================================
+ Coverage 42.80% 42.84% +0.04%
==========================================
Files 97 97
Lines 11254 11262 +8
==========================================
+ Hits 4817 4825 +8
Misses 6437 6437 ☔ View full report in Codecov by Sentry. |
This fixes #3267