-
Notifications
You must be signed in to change notification settings - Fork 17.5k
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
os/signal: test failures with "signal: interrupt" and no other output #41561
Comments
This does not appear to be a |
(CC @ianlancetaylor @cherrymui for signaly symptoms) |
I think this is due to Maybe we should wait some time until all pending signals arrive, or run that particular test in a separate process. Or use a non-fatal signal. |
|
CC @henvic |
That is exactly what the existing
I think that's probably the right long-term direction for the
Maybe, although I would worry that would just mask the timing issue and lead to crosstalk with the other tests. |
Thanks @bcmills, I'm going to take a look. |
Change https://golang.org/cl/270198 mentions this issue: |
Hey @bcmills, Is something like this the direction you think tests should go? Just wondering: is it on purpose that no |
That CL does look like the right general direction, although I would be inclined to use (See |
Friendly ping as this is a release blocking issue. CC @ianlancetaylor. |
2020-09-22T15:14:09-d42b32e/linux-386-longtest
2020-09-22T15:13:57-53c9b95/darwin-arm64-corellium
It's a strange failure mode, and seems even stranger given that we've only seen two occurrences, on very different builders but at very nearly the same time. (CC @golang/osp-team in case this is due to a cmd/coordinator issue.)
The text was updated successfully, but these errors were encountered: