Skip to content
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

cmd/go: tests regularly timing out on Plan 9 #18047

Closed
0intro opened this issue Nov 25, 2016 · 2 comments
Closed

cmd/go: tests regularly timing out on Plan 9 #18047

0intro opened this issue Nov 25, 2016 · 2 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. OS-Plan9
Milestone

Comments

@0intro
Copy link
Member

0intro commented Nov 25, 2016

The cmd/go tests are regularly timing out after 3m on the plan9/386 builder. The issue happened the first time on 2016-11-18.

See https://build.golang.org/log/d0b1a47cba400dd5f3693a0702fe19385a73372c

On the plan9/arm builder, the cmd/go tests are passing successfully because the timeout has been set to 18m. On this machine (Raspberry Pi 3), cmd/go tests takes approximately 14m to complete.

Maybe we should try to set GO_TEST_TIMEOUT_SCALE=2 on the plan9/386 builder.

@0intro 0intro added this to the Go1.8Maybe milestone Nov 25, 2016
@0intro 0intro self-assigned this Nov 25, 2016
@quentinmit quentinmit added the NeedsFix The path to resolution is known, but the work has not been done. label Nov 29, 2016
gopherbot pushed a commit to golang/build that referenced this issue Dec 1, 2016
On the plan9-386 builder, the cmd/go tests sometimes
take a little more than 3 minutes to complete.
We set GO_TEST_TIMEOUT_SCALE=2, so the cmd/go tests
doesn't time out anymore.

Updates golang/go#18047

Change-Id: I16ce26917ee785ebed8ad16e0370d575a0fdd638
Reviewed-on: https://go-review.googlesource.com/33774
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
@gopherbot
Copy link

CL https://golang.org/cl/33774 mentions this issue.

@bradfitz
Copy link
Contributor

bradfitz commented Dec 3, 2016

GO_TEST_TIMEOUT_SCALE was deployed and seems to have worked. The column is all happy now.

@bradfitz bradfitz closed this as completed Dec 3, 2016
@golang golang locked and limited conversation to collaborators Dec 3, 2017
@rsc rsc unassigned 0intro Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. OS-Plan9
Projects
None yet
Development

No branches or pull requests

4 participants