-
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 deadlocks in TestHandlerAbortRacesBodyRead since 2022-08-09 #54602
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Comments
bcmills
added
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
release-blocker
labels
Aug 22, 2022
CC @neild |
This was referenced Sep 20, 2022
Added watchflakes stanza to issue description. |
Found new dashboard test flakes for:
2022-08-09 16:41 darwin-amd64-12_0 go@25d74f32 net/http.TestHandlerAbortRacesBodyRead (log)
|
@neild Any opinion on whether this represents a release blocker? |
I think this is occurring rarely enough that it's probably not new as of this cycle, and we just didn't notice any failures previously. So not a release blocker, although it does need fixing. |
Thanks! |
Found new dashboard test flakes for:
2023-02-06 04:29 freebsd-amd64-race go@def0be5e net/http.TestHandlerAbortRacesBodyRead (log)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
greplogs -l -e 'panic: test timed out .*(?:\n.*)*net/http\.\(\*Transport\)\.RoundTrip.*\n\t.+\nnet/http_test\.TestHandlerAbortRacesBodyRead'
2022-08-16T20:39:36-6a9c674/plan9-amd64-0intro
2022-08-09T16:41:32-25d74f3/darwin-amd64-12_0
Marking as release-blocker for Go 1.20 because
darwin/amd64
is a first-class port and this failure mode seems to be new as of this cycle.The text was updated successfully, but these errors were encountered: