-
Notifications
You must be signed in to change notification settings - Fork 18k
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
x/sys/unix: TestSelect sporadically fails on netbsd #36409
Comments
cc @zoulasc |
which branch is that? The master syscall_unix_test.go does not have that many lines? |
@zoulasc it's |
I have not been able to reproduce it on NetBSD-current. I will try it with -8. |
Still failing sporadically on |
This does not seem to fail for me:
|
I wouldn't be surprised if the test is somewhat sensitive to timing and/or machine load — for example, it may be triggering a bug that only occurs under heavy load, or that only occurs on relatively underpowered machines. (Eyeballing the dashboard, the failure rate on the Go builders seems to be something on the order of 2–5%.) |
The above shows a high failure rate, and the fix appears to be straightforward, so marking as release-blocker for Go 1.18 via #11811. I will send a CL. |
Change https://golang.org/cl/363455 mentions this issue: |
Just happened in a Trybot run for https://golang.org/cl/213398:
https://storage.googleapis.com/go-build-log/693748e9/netbsd-amd64-8_0_26b119e1.log
It sporadically also shows up on build.golang.org:
https://build.golang.org/log/f7b283a921141a8d610478be6749d8939467157e
https://build.golang.org/log/0b854fe4272476f347def0ef570e976539b9de79
https://build.golang.org/log/2822401997cf813bb5dd7fbec7d2ea904e44fb0d
https://build.golang.org/log/a7f67f1b6c400bd4aaeb5f358eb3f9394f07e2de
@ianlancetaylor @bradfitz @bsiegert
The text was updated successfully, but these errors were encountered: