Navigation Menu

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: timeout in TestServerHijackGetsBackgroundByte_big #54935

Open
mknyszek opened this issue Sep 7, 2022 · 4 comments
Open

net/http: timeout in TestServerHijackGetsBackgroundByte_big #54935

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

Comments

@mknyszek
Copy link
Contributor

mknyszek commented Sep 7, 2022

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

2022-09-02T18:51:37-5b1fbfb/darwin-arm64-12

CC @neild

@mknyszek mknyszek added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Sep 7, 2022
@mknyszek mknyszek added this to the Go1.20 milestone Sep 7, 2022
@bcmills
Copy link
Contributor

bcmills commented Sep 8, 2022

Given that it's darwin/arm64, could be related to #37795/#50254 and/or #54529?

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && test == "TestServerHijackGetsBackgroundByte_big"
2022-09-02 18:51 darwin-arm64-12 go@5b1fbfba net/http.TestServerHijackGetsBackgroundByte_big (log)
panic: test timed out after 3m0s

runtime.gopark(0x103176fa0?, 0x0?, 0x0?, 0x0?, 0x102a5eb30?)
	/tmp/buildlet/go/src/runtime/proc.go:363 +0xe4 fp=0x140002c0dd0 sp=0x140002c0db0 pc=0x1029fff94
runtime.chanrecv(0x140003323c0, 0x0, 0x1)
	/tmp/buildlet/go/src/runtime/chan.go:583 +0x45c fp=0x140002c0e60 sp=0x140002c0dd0 pc=0x1029ce8cc
runtime.chanrecv1(0x1400072c020?, 0x1400072c020?)
	/tmp/buildlet/go/src/runtime/chan.go:442 +0x14 fp=0x140002c0e90 sp=0x140002c0e60 pc=0x1029ce434
net/http_test.TestServerHijackGetsBackgroundByte_big(0x1400040a4e0)
	/tmp/buildlet/go/src/net/http/serve_test.go:6028 +0x29c fp=0x140002c0f60 sp=0x140002c0e90 pc=0x102d105bc
testing.tRunner(0x1400040a4e0, 0x102efd308)

watchflakes

@gopherbot gopherbot modified the milestones: Go1.20, Go1.21 Feb 1, 2023
@gopherbot

This comment was marked as off-topic.

@gopherbot

This comment was marked as off-topic.

@gopherbot gopherbot modified the milestones: Go1.21, Go1.22 Aug 8, 2023
@gopherbot gopherbot modified the milestones: Go1.22, Go1.23 Feb 6, 2024
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
Status: Active
Development

No branches or pull requests

3 participants