-
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
net: TestVariousDeadlines failures with "client stuck in Dial+Copy" on NetBSD builders #37883
Comments
/cc @tklauser |
2020-04-09T01:17:53-0a18cbc/netbsd-amd64-8_0 (CC @dmitshur, who I believe is working on NetBSD builders this week.) |
I am hoping that the update to NetBSD 9 will fix this. |
Change https://golang.org/cl/371994 mentions this issue: |
This test fails frequently even on builders not affected by #49209. It should be diagnosed and either fixed (if a Go bug) or skipped (if a platform bug). |
When we set a timeout, we don't actually have a guarantee one how long the OS will take to notice it. Moreover, if the test deadlocks completely (for example, due to a deadline never taking effect), it would be more useful to get a full goroutine dump instead of the current "client stuck in Dial+Copy" failure message. For #37883 For #41863 Change-Id: I9f712ef1c620f97a5ab69baac45deb71134b99bc Reviewed-on: https://go-review.googlesource.com/c/go/+/371994 Trust: Bryan Mills <[email protected]> Run-TryBot: Bryan Mills <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
No new failures since CL 371994. I'm calling this fixed.
|
2020-03-15T08:19:07-26154f3/netbsd-amd64-8_0
2019-11-06T02:52:51-f71bd51/netbsd-amd64-8_0
2019-11-05T20:47:22-fb37821/netbsd-amd64-8_0
2019-09-19T15:51:38-e53edaf/netbsd-arm-bsiegert
2019-08-28T20:26:53-aced50a/netbsd-arm-bsiegert
CC @bsiegert @mikioh @bradfitz @ianlancetaylor
The text was updated successfully, but these errors were encountered: