-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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/net/http2: TestServer_Response_.* failures with "timeout waiting for frame" #34615
Comments
A similar failure in
|
https://build.golang.org/log/0f86d0d8ef59cc9e79e1f7c8ef37d3c62280d4d2
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
2021-12-07T21:33:49-8537929-e08d1fb/netbsd-amd64-9_0-n1 ( |
Change https://golang.org/cl/377814 mentions this issue: |
Marking as release-blocker (per #11811) due to regularly-recurring failures on multiple platforms. I have what I believe to be a fix awaiting review. |
Certain slower builders empirically do not finish before these timeouts, and if a real deadlock should occur it would be more useful to let the test itself time out and get a goroutine dump anyway. Fixes golang/go#50556 Fixes golang/go#34615 Change-Id: I53ea616faa34f4ccc73af8eb18b794e12271b883 Reviewed-on: https://go-review.googlesource.com/c/net/+/377814 Trust: Bryan Mills <bcmills@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Benny Siegert <bsiegert@gmail.com> Trust: Benny Siegert <bsiegert@gmail.com> Reviewed-by: Damien Neil <dneil@google.com>
Certain slower builders empirically do not finish before these timeouts, and if a real deadlock should occur it would be more useful to let the test itself time out and get a goroutine dump anyway. Fixes golang/go#50556 Fixes golang/go#34615 Change-Id: I53ea616faa34f4ccc73af8eb18b794e12271b883 Reviewed-on: https://go-review.googlesource.com/c/net/+/377814 Trust: Bryan Mills <bcmills@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Benny Siegert <bsiegert@gmail.com> Trust: Benny Siegert <bsiegert@gmail.com> Reviewed-by: Damien Neil <dneil@google.com>
Seen in https://build.golang.org/log/ddb26b7792d0c4fc77efb48afcb95136bf8f2c9b on the
netbsd-arm-bsiegert
builder:CC @bradfitz @tombergan @bsiegert
The text was updated successfully, but these errors were encountered: