-
Notifications
You must be signed in to change notification settings - Fork 18k
net/http: failures ending in "Timeout." in testTransportAndServerSharedBodyRace #49336
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
Comments
Might just be slow/overloaded machines taking more than 5s to |
I'll be pretty surprised if that fixes it, but it at least seems worth trying! |
Found new dashboard test flakes for:
2022-11-21 16:19 openbsd-386-72 go@d7812ab3 net/http (log)
|
Found new dashboard test flakes for:
2023-01-17 16:22 openbsd-386-72 go@f375b305 net/http (log)
|
Found new dashboard test flakes for:
2023-01-25 21:12 openbsd-386-72 go@3d49b683 net/http (log)
|
Found new dashboard test flakes for:
2023-02-04 07:03 openbsd-386-72 go@4636c57f net/http (log)
2023-02-15 21:45 darwin-amd64-10_15 go@965e9ba0 net/http (log)
2023-02-23 22:08 openbsd-386-72 go@f60a2a9c net/http (log)
|
Found new dashboard test flakes for:
2023-01-20 01:06 openbsd-386-72 go@045b33ec net/http (log)
|
Found new dashboard test flakes for:
2023-02-28 17:47 openbsd-386-72 go@eee2697c net/http (log)
|
Change https://go.dev/cl/476035 mentions this issue: |
This change eliminates the easy, arbitrary timouts that should never happen. It leaves in place a couple of more complicated ones that will probably need retry loops for robustness. For #49336. For #36179. Change-Id: I657ef223a66461413a915da5ce9150f49acec04a Reviewed-on: https://go-review.googlesource.com/c/go/+/476035 Run-TryBot: Bryan Mills <[email protected]> Auto-Submit: Bryan Mills <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Damien Neil <[email protected]>
This particular failure mode should be fixed by CL 476035. It is possible that that will uncover further failure modes, but |
Found new dashboard test flakes for:
2023-03-13 16:58 darwin-amd64-11_0 go@bcd8161f net/http.TestOmitHTTP2Vet (log)
|
Found new dashboard test flakes for:
2023-10-10 16:18 openbsd-386-72 go@e175f27f net/http (log)
|
|
These failures are rare but ongoing.
greplogs --dashboard -md -l -e \(\?ms\)testTransportAndServerSharedBodyRace.\*Timeout\\.\$
2021-11-04T02:12:52-bd49a99/darwin-arm64-11_0-toothrot
2021-10-01T14:30:33-8d494b0/linux-riscv64-jsing
2021-09-28T18:58:50-9c43872/linux-riscv64-jsing
2021-09-02T09:25:10-6705191/linux-riscv64-jsing
2021-08-21T11:23:14-8fff20f/netbsd-arm-bsiegert
2020-10-20T17:53:02-10a1a1a/darwin-amd64-race
2020-10-01T19:13:03-5756b35/darwin-amd64-race
2020-08-24T06:03:06-ffbd852/darwin-amd64-nocgo
2020-04-28T19:49:53-71e0cd8/darwin-amd64-race
CC @neild
The text was updated successfully, but these errors were encountered: