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: TestH12_FlushMidBody failures #65869

Open
gopherbot opened this issue Feb 22, 2024 · 1 comment
Open

net/http: TestH12_FlushMidBody failures #65869

gopherbot opened this issue Feb 22, 2024 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "net/http" && test == "TestH12_FlushMidBody"

Issue created automatically to collect these failures.

Example (log):

panic: test timed out after 3m0s
running tests:
	TestH12_FlushMidBody (2m58s)

net/http.(*Transport).getConn(0xcc468b68, 0xcc3576a0, {{}, 0x0, {0xcc0be4c8, 0x4}, {0xcc0146b0, 0xf}, 0x0})
	/workdir/go/src/net/http/transport.go:1406 +0x582
net/http.(*Transport).roundTrip(0xcc468b68, 0xcc3474a8)
	/workdir/go/src/net/http/transport.go:595 +0x830
net/http.(*Transport).RoundTrip(0xcc468b68, 0xcc3474a8)
	/workdir/go/src/net/http/roundtrip.go:17 +0x2a
net/http.send(0xcc3474a8, {0xecf4d150, 0xcc468b68}, {0x0, 0x0, 0x0})
	/workdir/go/src/net/http/client.go:259 +0x63c
net/http.(*Client).send(0xcc357420, 0xcc3474a8, {0x0, 0x0, 0x0})
	/workdir/go/src/net/http/client.go:180 +0x8e
net/http.(*Client).do(0xcc357420, 0xcc3474a8)
	/workdir/go/src/net/http/client.go:724 +0x956
net/http.(*Client).Do(...)
	/workdir/go/src/net/http/client.go:590
net/http.(*Client).Get(0xcc357420, {0xcc0be4c8, 0x16})
	/workdir/go/src/net/http/client.go:487 +0xb5
net/http_test.h12Compare.run({0xecf4ac9c, 0x0, 0x0, 0x0, {0x0, 0x0, 0x0}}, 0xcc193c08)
	/workdir/go/src/net/http/clientserver_test.go:311 +0x211
net/http_test.TestH12_FlushMidBody(0xcc193c08)
	/workdir/go/src/net/http/clientserver_test.go:458 +0x3b
testing.tRunner(0xcc193c08, 0xecf4a490)

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 Feb 22, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == "TestH12_FlushMidBody"
2024-02-22 01:57 android-386-emu go@5d4e8f51 net/http.TestH12_FlushMidBody (log)
panic: test timed out after 3m0s
running tests:
	TestH12_FlushMidBody (2m58s)

net/http.(*Transport).getConn(0xcc468b68, 0xcc3576a0, {{}, 0x0, {0xcc0be4c8, 0x4}, {0xcc0146b0, 0xf}, 0x0})
	/workdir/go/src/net/http/transport.go:1406 +0x582
net/http.(*Transport).roundTrip(0xcc468b68, 0xcc3474a8)
	/workdir/go/src/net/http/transport.go:595 +0x830
net/http.(*Transport).RoundTrip(0xcc468b68, 0xcc3474a8)
	/workdir/go/src/net/http/roundtrip.go:17 +0x2a
net/http.send(0xcc3474a8, {0xecf4d150, 0xcc468b68}, {0x0, 0x0, 0x0})
	/workdir/go/src/net/http/client.go:259 +0x63c
net/http.(*Client).send(0xcc357420, 0xcc3474a8, {0x0, 0x0, 0x0})
	/workdir/go/src/net/http/client.go:180 +0x8e
net/http.(*Client).do(0xcc357420, 0xcc3474a8)
	/workdir/go/src/net/http/client.go:724 +0x956
net/http.(*Client).Do(...)
	/workdir/go/src/net/http/client.go:590
net/http.(*Client).Get(0xcc357420, {0xcc0be4c8, 0x16})
	/workdir/go/src/net/http/client.go:487 +0xb5
net/http_test.h12Compare.run({0xecf4ac9c, 0x0, 0x0, 0x0, {0x0, 0x0, 0x0}}, 0xcc193c08)
	/workdir/go/src/net/http/clientserver_test.go:311 +0x211
net/http_test.TestH12_FlushMidBody(0xcc193c08)
	/workdir/go/src/net/http/clientserver_test.go:458 +0x3b
testing.tRunner(0xcc193c08, 0xecf4a490)

watchflakes

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: No status
Development

No branches or pull requests

1 participant