Skip to content
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: TestHandlerAbortRacesBodyRead failures #55277

Closed
gopherbot opened this issue Sep 20, 2022 · 2 comments
Closed

net/http: TestHandlerAbortRacesBodyRead failures #55277

gopherbot opened this issue Sep 20, 2022 · 2 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "net/http" && test == "TestHandlerAbortRacesBodyRead"

Bug automatically created to collect these failures.

Example log:

panic: test timed out after 3m0s

runtime.gopark(0xc000269c20?, 0x0?, 0x20?, 0x47?, 0x100e77f?)
	/Users/gopher/workdir/go/src/runtime/proc.go:363 +0xd6 fp=0xc0005a8e38 sp=0xc0005a8e18 pc=0x103abb6
runtime.goparkunlock(...)
	/Users/gopher/workdir/go/src/runtime/proc.go:369
runtime.semacquire1(0xc000269c38, 0x0?, 0x1, 0x0)
	/Users/gopher/workdir/go/src/runtime/sema.go:150 +0x1fe fp=0xc0005a8ea0 sp=0xc0005a8e38 pc=0x104b99e
sync.runtime_Semacquire(0xc000240900?)
	/Users/gopher/workdir/go/src/runtime/sema.go:62 +0x25 fp=0xc0005a8ed0 sp=0xc0005a8ea0 pc=0x1067485
sync.(*WaitGroup).Wait(0x1595640?)
	/Users/gopher/workdir/go/src/sync/waitgroup.go:139 +0x52 fp=0xc0005a8ef8 sp=0xc0005a8ed0 pc=0x10743b2
net/http_test.TestHandlerAbortRacesBodyRead(0xc00057a680)
	/Users/gopher/workdir/go/src/net/http/transport_test.go:6567 +0x145 fp=0xc0005a8f70 sp=0xc0005a8ef8 pc=0x1402fa5
testing.tRunner(0xc00057a680, 0x150d300)

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Sep 20, 2022
@gopherbot
Copy link
Author

Found new matching dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && test == "TestHandlerAbortRacesBodyRead"
2022-08-09 16:41 darwin-amd64-12_0 go@25d74f32 net/http.TestHandlerAbortRacesBodyRead (log)
panic: test timed out after 3m0s

runtime.gopark(0xc000269c20?, 0x0?, 0x20?, 0x47?, 0x100e77f?)
	/Users/gopher/workdir/go/src/runtime/proc.go:363 +0xd6 fp=0xc0005a8e38 sp=0xc0005a8e18 pc=0x103abb6
runtime.goparkunlock(...)
	/Users/gopher/workdir/go/src/runtime/proc.go:369
runtime.semacquire1(0xc000269c38, 0x0?, 0x1, 0x0)
	/Users/gopher/workdir/go/src/runtime/sema.go:150 +0x1fe fp=0xc0005a8ea0 sp=0xc0005a8e38 pc=0x104b99e
sync.runtime_Semacquire(0xc000240900?)
	/Users/gopher/workdir/go/src/runtime/sema.go:62 +0x25 fp=0xc0005a8ed0 sp=0xc0005a8ea0 pc=0x1067485
sync.(*WaitGroup).Wait(0x1595640?)
	/Users/gopher/workdir/go/src/sync/waitgroup.go:139 +0x52 fp=0xc0005a8ef8 sp=0xc0005a8ed0 pc=0x10743b2
net/http_test.TestHandlerAbortRacesBodyRead(0xc00057a680)
	/Users/gopher/workdir/go/src/net/http/transport_test.go:6567 +0x145 fp=0xc0005a8f70 sp=0xc0005a8ef8 pc=0x1402fa5
testing.tRunner(0xc00057a680, 0x150d300)

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Sep 20, 2022

Duplicate of #54602

@bcmills bcmills marked this as a duplicate of #54602 Sep 20, 2022
@neild neild closed this as not planned Won't fix, can't repro, duplicate, stale Sep 28, 2022
@golang golang locked and limited conversation to collaborators Sep 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Done
Development

No branches or pull requests

3 participants