go icon indicating copy to clipboard operation
go copied to clipboard

net/http: flaky test timeout

Open gopherbot opened this issue 3 years ago • 2 comments

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

Bug automatically created to track these flakes.

— watchflakes

gopherbot avatar Sep 20 '22 12:09 gopherbot

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

gopherbot avatar Sep 20 '22 12:09 gopherbot

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

That one is #54602.

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

That one is #54935.

bcmills avatar Sep 20 '22 13:09 bcmills

This issue isn't in the Test Flakes project, so it's not receiving further updates from watchflakes. If there are matches, they're being reported elsewhere. Closing this as there's nothing more to do here.

dmitshur avatar May 15 '24 22:05 dmitshur