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)
|
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: