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

x/net/http2: TestServer_Rejects_Too_Many_Streams failures #69670

Open
gopherbot opened this issue Sep 27, 2024 · 1 comment
Open

x/net/http2: TestServer_Rejects_Too_Many_Streams failures #69670

gopherbot opened this issue Sep 27, 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
Contributor

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServer_Rejects_Too_Many_Streams"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestServer_Rejects_Too_Many_Streams
    server_test.go:2292: got stream ID 3, want 1
panic: test timed out after 20m0s
	running tests:
		TestServer_Rejects_Too_Many_Streams (19m57s)

goroutine 1754 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2456 +0x4d8
created by time.goFunc
...

goroutine 1230 [select, 19 minutes]:
golang.org/x/net/http2.(*serverConn).serve(0xc0003db880)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2947865698/http2/server.go:985 +0xcf0
golang.org/x/net/http2.(*Server).serveConn(0xc0005148a0, {0x6ec108, 0xc0000a9860}, 0xc0001a1f50, 0xc0001a1fb0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2947865698/http2/server.go:578 +0x1400
golang.org/x/net/http2.newServerTester.func3()
	/home/swarming/.swarming/w/ir/x/w/targetrepo2947865698/http2/server_test.go:204 +0x1bc
created by golang.org/x/net/http2.newServerTester in goroutine 1229
	/home/swarming/.swarming/w/ir/x/w/targetrepo2947865698/http2/server_test.go:202 +0xe0c

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 27, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServer_Rejects_Too_Many_Streams"
2024-09-23 22:06 x_net-gotip-linux-arm64-race net@541dbe58 go@c64ca8c6 x/net/http2.TestServer_Rejects_Too_Many_Streams [ABORT] (log)
=== RUN   TestServer_Rejects_Too_Many_Streams
    server_test.go:2292: got stream ID 3, want 1
panic: test timed out after 20m0s
	running tests:
		TestServer_Rejects_Too_Many_Streams (19m57s)

goroutine 1754 [running]:
testing.(*M).startAlarm.func1()
	/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:2456 +0x4d8
created by time.goFunc
...

goroutine 1230 [select, 19 minutes]:
golang.org/x/net/http2.(*serverConn).serve(0xc0003db880)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2947865698/http2/server.go:985 +0xcf0
golang.org/x/net/http2.(*Server).serveConn(0xc0005148a0, {0x6ec108, 0xc0000a9860}, 0xc0001a1f50, 0xc0001a1fb0)
	/home/swarming/.swarming/w/ir/x/w/targetrepo2947865698/http2/server.go:578 +0x1400
golang.org/x/net/http2.newServerTester.func3()
	/home/swarming/.swarming/w/ir/x/w/targetrepo2947865698/http2/server_test.go:204 +0x1bc
created by golang.org/x/net/http2.newServerTester in goroutine 1229
	/home/swarming/.swarming/w/ir/x/w/targetrepo2947865698/http2/server_test.go:202 +0xe0c

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