-
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: TestAtomicStop fails #21433
Comments
That test was added in https://golang.org/cl/46003. I assume we've only seen a failure on Darwin so far? (Would be good to know whether it's flaky everywhere or just on Darwin.) (CC: @ianlancetaylor) |
Was that a trybot run? I don't see the git hash on tip. The failure could have been caused by a Darwin-specific bug in https://golang.org/cl/49590 (5500c9c), fixed last Friday by https://golang.org/cl/55032 (057a34a). Was the trybot run based on tip in between those two commits? |
It's a try-boy run and seems to still be happening very close to tip. On https://build.golang.org/, you can see it happen on 17fa5a7, so it seems flaky. |
Executed trybots in https://go-review.googlesource.com/#/c/go/+/63490/ and https://storage.googleapis.com/go-build-log/11750b86/darwin-amd64-10_11_83471050.log
|
One more: https://storage.googleapis.com/go-build-log/4f6f7c65/darwin-amd64-10_11_491fb13d.log
|
Change https://golang.org/cl/79581 mentions this issue: |
Oh, Ian's CL isn't submitted. |
Just saw this failure on the
darwin-amd64
builders:Full log:
https://storage.googleapis.com/go-build-log/eefc42f3/darwin-amd64-10_11_7a763c87.log
\cc @bcmills
The text was updated successfully, but these errors were encountered: