-
Notifications
You must be signed in to change notification settings - Fork 50
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
ERROR: t2800-jobs-cmd.t - exited with status 137 (terminated by signal 9?) #2764
Comments
Any reason not to just use |
You mean re-add the above, but just use Any preference? Each seems equally simple to add. |
Increase shutdown grace time when running tests under the flux "job" personality. Cleanup of jobs can sometimes take longer than the default grace timeout. Fixes flux-framework#2764
actually, pausing on a fix given #2733 |
Ah, sorry my comment above was out of context. I had forgotten that code was already removed. |
With #2733 merged didn't see this issue after 10 runs, i'm going to assume it's fixed. |
I've been seeing this a lot of late when running
make -j16 check
.ERROR: t2800-jobs-cmd.t - exited with status 137 (terminated by signal 9?)
My assumption is after #2744,
rc3-job
is just taking a bit too long. This was removed in that PR:I think the default grace timeout is used, which would be 1 second, so I can totally see
flux job cancelall
taking a bit too long.I'll add a little something to
test_under_flux
to see if that helps.The text was updated successfully, but these errors were encountered: