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: flaky test timeout #55246

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

net/http: flaky test timeout #55246

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

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "net/http" && test == "" && `panic: test timed out`

Bug automatically created to track these flakes.

— 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 flaky dashboard failures for:

#!watchflakes
post <- pkg == "net/http" && test == "" && `panic: test timed out`

2022-08-09 16:41 darwin-amd64-12_0 go@25d74f32 net/http

panic: test timed out after 3m0s

goroutine 11191 [running]:
panic({0x143a5e0, 0xc0004c80f0})
	/Users/gopher/workdir/go/src/runtime/panic.go:987 +0x3ba fp=0xc000942f98 sp=0xc000942ed8 pc=0x1037a7a
testing.(*M).startAlarm.func1()
	/Users/gopher/workdir/go/src/testing/testing.go:2036 +0x8e fp=0xc000942fe0 sp=0xc000942f98 pc=0x10f57ce
runtime.goexit()
	/Users/gopher/workdir/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc000942fe8 sp=0xc000942fe0 pc=0x106bb61
created by time.goFunc
	/Users/gopher/workdir/go/src/time/sleep.go:176 +0x32

2022-09-02 18:51 darwin-arm64-12 go@5b1fbfba net/http

panic: test timed out after 3m0s

goroutine 11492 [running]:
panic({0x102e760e0, 0x140013d4000})
	/tmp/buildlet/go/src/runtime/panic.go:987 +0x3c8 fp=0x140006c6f80 sp=0x140006c6ec0 pc=0x1029fd228
testing.(*M).startAlarm.func1()
	/tmp/buildlet/go/src/testing/testing.go:2069 +0x88 fp=0x140006c6fd0 sp=0x140006c6f80 pc=0x102ab7ab8
runtime.goexit()
	/tmp/buildlet/go/src/runtime/asm_arm64.s:1172 +0x4 fp=0x140006c6fd0 sp=0x140006c6fd0 pc=0x102a31994
created by time.goFunc
	/tmp/buildlet/go/src/time/sleep.go:176 +0x38

— watchflakes

@bcmills
Copy link
Contributor

bcmills commented Sep 20, 2022

@seankhliao seankhliao added this to the Unplanned milestone Nov 19, 2022
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.
Projects
None yet
Development

No branches or pull requests

3 participants