-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: apparent deadlock in TestTransportDecrementConnWhenIdleConnRemoved #62357
Comments
Copying over context from #62363. I managed to reproduce this on my local linux/amd64 machine on tip, and without
It fails pretty fast; basically as soon as the timeout is reached. Might be able to get a faster turnaround time by lowering the timeout. EDIT: Switched to |
Found new dashboard test flakes for:
2023-09-05 16:41 freebsd-amd64-13_0 go@a40404da net/http (log)
2023-09-07 01:59 darwin-amd64-11_0 go@3466e573 net/http (log)
|
Found new dashboard test flakes for:
2023-09-11 20:29 linux-amd64-bookworm go@f72693d3 net/http (log)
|
Found new dashboard test flakes for:
2023-10-24 18:12 darwin-amd64-race go@9162c4be net/http (log)
2023-10-24 20:26 linux-s390x-ibm go@9ab51216 net/http (log)
|
Found new dashboard test flakes for:
2023-11-14 17:15 linux-amd64-buster go@e7d582b5 net/http (log)
|
Found new dashboard test flakes for:
2023-12-04 19:27 windows-amd64-race go@818de275 net/http (log)
|
Found new dashboard test flakes for:
2023-12-09 21:47 linux-amd64-alpine go@ca804118 net/http (log)
|
Found new dashboard test flakes for:
2023-12-11 17:15 linux-amd64-nocgo go@052d4029 net/http (log)
|
Found new dashboard test flakes for:
2023-12-11 23:29 windows-amd64-2016 go@b18b0588 net/http (log)
|
Found new dashboard test flakes for:
2023-12-13 00:22 solaris-amd64-oraclerel go@400e24a8 net/http (log)
|
Found new dashboard test flakes for:
2024-01-08 18:26 dragonfly-amd64-622 go@75984918 net/http (log)
|
Found new dashboard test flakes for:
2023-12-11 21:37 gotip-linux-amd64-boringcrypto go@c22781cb net/http.TestTransportDecrementConnWhenIdleConnRemoved/h2 (log)
|
Found new dashboard test flakes for:
2024-01-22 19:00 gotip-linux-arm64 go@3e54329c net/http.TestTransportDecrementConnWhenIdleConnRemoved/h2 (log)
2024-01-24 07:25 gotip-linux-arm64 go@b4e7d630 net/http.TestTransportDecrementConnWhenIdleConnRemoved/h2 (log)
|
Found new dashboard test flakes for:
2024-01-04 20:45 go1.22-openbsd-amd64 release-branch.go1.22@ead47b0a net/http.TestTransportDecrementConnWhenIdleConnRemoved/h2 [ABORT] (log)
|
Found new dashboard test flakes for:
2024-01-26 04:31 linux-amd64-bookworm go@3dcdc09c net/http (log)
|
Found new dashboard test flakes for:
2024-01-26 14:04 linux-amd64-staticlockranking go@8e02e7b2 net/http (log)
|
Found new dashboard test flakes for:
2024-01-29 22:55 gotip-openbsd-amd64 go@0c64be46 net/http.TestTransportDecrementConnWhenIdleConnRemoved/h2 [ABORT] (log)
|
Found new dashboard test flakes for:
2024-01-31 20:51 linux-amd64-nocgo go@5c0d0929 net/http (log)
|
Found new dashboard test flakes for:
2024-02-02 15:13 linux-amd64-alpine go@244ccf47 net/http (log)
|
Found new dashboard test flakes for:
2024-01-31 19:22 gotip-linux-amd64-newinliner go@600225f8 net/http.TestTransportDecrementConnWhenIdleConnRemoved/h2 [ABORT] (log)
|
Found new dashboard test flakes for:
2024-02-02 23:14 gotip-openbsd-amd64 go@b8ac61e6 net/http.TestTransportDecrementConnWhenIdleConnRemoved/h2 [ABORT] (log)
|
Found new dashboard test flakes for:
2024-02-12 22:38 gotip-darwin-arm64_12 go@e45c262f net/http.TestTransportDecrementConnWhenIdleConnRemoved/h2 [ABORT] (log)
|
Also https://ci.chromium.org/ui/inv/build-8756698374321080385/test-results (a TryBot on an unrelated CL). @neild, given the high failure rate, can we prioritize either a fix or a skip for this test? |
The goroutine dump from the logs is unfortunately too large to paste in a GitHub issue. 😅
(attn @neild; CC @golang/release)
The text was updated successfully, but these errors were encountered: