-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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/http: TestServerGracefulClose failures with connection reset by peer
#57084
Comments
Found new dashboard test flakes for:
2022-12-02 20:16 freebsd-riscv64-unmatched go@5efa4dab net/http.TestServerGracefulClose (log)
|
connection reset by peer
(attn @neild) |
See also #36178. |
Found new dashboard test flakes for:
2022-12-05 16:41 freebsd-arm64-dmgk go@ad55b878 net/http.TestServerGracefulClose (log)
2022-12-19 21:44 darwin-amd64-12_0 go@7683c71a net/http.TestServerGracefulClose (log)
2022-12-21 19:08 darwin-amd64-nocgo go@856ec210 net/http.TestServerGracefulClose (log)
2022-12-22 19:21 darwin-amd64-12_0 go@91bc4cd1 net/http.TestServerGracefulClose (log)
|
Found new dashboard test flakes for:
2023-01-04 22:23 darwin-amd64-11_0 go@e04be8b2 net/http.TestServerGracefulClose (log)
|
Found new dashboard test flakes for:
2023-02-09 15:21 dragonfly-amd64-622 go@3161081c net/http.TestServerGracefulClose (log)
|
Found new dashboard test flakes for:
2023-03-28 17:34 netbsd-arm64-bsiegert go@c02e1bfb net/http.TestServerGracefulClose (log)
|
Found new dashboard test flakes for:
2023-05-03 22:13 netbsd-arm64-bsiegert go@f742ddc3 net/http.TestServerGracefulClose (log)
|
Found new dashboard test flakes for:
2023-05-10 21:43 dragonfly-amd64-622 go@8e8f4be3 net/http.TestServerGracefulClose (log)
|
Found new dashboard test flakes for:
2023-05-16 21:06 freebsd-arm64-dmgk go@298ff309 net/http.TestServerGracefulClose (log)
|
Found new dashboard test flakes for:
2023-06-06 15:33 dragonfly-amd64-622 go@46249e56 net/http.TestServerGracefulClose (log)
|
Found new dashboard test flakes for:
2023-07-18 05:23 netbsd-arm-bsiegert go@28ca813a net/http.TestServerGracefulClose (log)
|
Found new dashboard test flakes for:
2023-08-17 16:33 freebsd-arm64-dmgk go@51fd0cb3 net/http.TestServerGracefulClose (log)
|
Found new dashboard test flakes for:
2023-09-06 14:19 freebsd-arm64-dmgk go@d25a9355 net/http.TestServerGracefulClose (log)
|
Change https://go.dev/cl/527196 mentions this issue: |
Change https://go.dev/cl/528398 mentions this issue: |
If the call to ReadString returns an error, the closure in testServerGracefulClose will return an error and retry the test with a longer timeout. If that happens, we need to wait for the conn.Write goroutine to complete so that we don't leak connections across tests. Updates #57084. Fixes #62643. Change-Id: Ia86c1bbd0a5e5d0aeccf4dfeb994c19d1fb10b00 Reviewed-on: https://go-review.googlesource.com/c/go/+/528398 Auto-Submit: Bryan Mills <[email protected]> Reviewed-by: Than McIntosh <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Bryan Mills <[email protected]> Reviewed-by: Damien Neil <[email protected]>
Issue created automatically to collect these failures.
Example (log):
— watchflakes
The text was updated successfully, but these errors were encountered: