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
net: TestVariousDeadlines failing on plan9/386 builder #26945
Comments
Change https://golang.org/cl/129098 mentions this issue: |
Change https://golang.org/cl/130137 mentions this issue: |
Re-opening so we can confirm that the flakiness gets fixed after the change is deployed. Edit: The change from CL 129098 is deployed now. |
plan9-386-v6 is a new plan9-386 image built with the change done in CL 129098. I tested it with cmd/debugnewvm on latest Go master commit, and all stdlib tests passed, including TestVariousDeadlines. (cmd/... tests didn't finish in time before cmd/debugnewvm timed out.) Running it 3 more times, there was still one TestVariousDeadlines failure and 2 successes, so we'll have to keep watching it. Updates golang/go#26945. Change-Id: Ibd1e990e60c3a69a5fddede18d7a121fa319e79d Reviewed-on: https://go-review.googlesource.com/130137 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Change https://golang.org/cl/152721 mentions this issue: |
This test is regularly failing on the plan9/386 builder running on GCE, but we haven't figured out the issue yet. Updates #26945. Change-Id: I8cbe0df43c0757e7bc68e370311f4a28cd7b049b Reviewed-on: https://go-review.googlesource.com/c/152721 Run-TryBot: David du Colombier <0intro@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Change https://go.dev/cl/472436 mentions this issue: |
TestVariousDeadlines is regularly failing on the plan9/386 builder.
See https://build.golang.org/log/4b9709667343395dcd2d93c1447461e4fb807a33
This is related to issue #19519.
@millerresearch
The text was updated successfully, but these errors were encountered: