net/http: apparent TestServerAllowsBlockingRemoteAddr flakes due to hard-coded timeouts #36179
Labels
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2019-12-16T20:38:31-f7f9866/plan9-386-0intro
2019-06-12T14:58:18-65f53da/plan9-amd64-9front
As far as I can tell, the root cause is the hard-coded
time.Second
here:go/src/net/http/serve_test.go
Lines 1326 to 1330 in 931fe39
It's not obvious to me why a timeout is needed there at all. If the test deadlocks, we presumably want a goroutine dump anyway.
CC @bradfitz @0intro @fhs
The text was updated successfully, but these errors were encountered: