-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: TestClosedPipeRaceWrite fails on solaris-amd64-smartosbuildlet #27566
Comments
Does it fail in 1.11 or only on tip? |
It also fails on 1.11 |
I suspect there are just spinning processes in the background. That builder isn't created & destroyed per build (in either a container or VM). It's just a process running in a loop. /cc @dmitshur |
Change https://golang.org/cl/138255 mentions this issue: |
I logged into our two Joyent SmartOS VMs and they seem fine. (nothing obviously spinning or disks full, etc) |
Updates golang/go#27566 Change-Id: I5b306fb5832bdfad564c52df5b8ceb7ff7025bd0 Reviewed-on: https://go-review.googlesource.com/138255 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Seems to be fixed by https://golang.org/cl/152164 but the commit message did not reference this issue. Thus closing manually. |
Thanks. Sorry about that. I should have checked for an open issue. |
https://build.golang.org/log/ecf3e947caaa3976539a524f6b63f12fac0ea3a4
It used to pass occasionally in the past, but now it seems to fail on every build.
FWIW,
PIPE_BUF
is 512 on illumos/SmartOS: https://github.com/illumos/illumos-gate/blob/b075503f221374dd0495c40e8811d229cb9fdc74/usr/src/head/limits.h#L97/cc @ianlancetaylor
The text was updated successfully, but these errors were encountered: