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/quic: TestUDPSourceSpecified/udp4/udp/unspec failures #69659

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

x/net/quic: TestUDPSourceSpecified/udp4/udp/unspec failures #69659

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.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "golang.org/x/net/quic" && test == "TestUDPSourceSpecified/udp4/udp/unspec"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestUDPSourceSpecified/udp4/udp/unspec
panic: test timed out after 10m0s
running tests:
	TestUDPSourceSpecified (10m0s)
	TestUDPSourceSpecified/udp4/udp/unspec (10m0s)

goroutine 1742 [running]:
testing.(*M).startAlarm.func1()
	/Volumes/Work/s/w/ir/x/w/goroot/src/testing/testing.go:2366 +0x30c
created by time.goFunc
...

goroutine 1770 [chan receive, 9 minutes]:
golang.org/x/net/quic.TestUDPSourceSpecified.func1(0x1400012d380, {0x140001c9a40, 0x140001c9b00, {{{0x0, 0xffff7f000001}, 0x140001180a8}, 0xc3fe}, 0x1400001f140})
	/Volumes/Work/s/w/ir/x/w/targetrepo675238800/quic/udp_test.go:47 +0x174
golang.org/x/net/quic.runUDPTest.func1(0x1400012d380)
	/Volumes/Work/s/w/ir/x/w/targetrepo675238800/quic/udp_test.go:180 +0x454
testing.tRunner(0x1400012d380, 0x140001184c8)
	/Volumes/Work/s/w/ir/x/w/goroot/src/testing/testing.go:1689 +0xec
created by testing.(*T).Run in goroutine 1769
	/Volumes/Work/s/w/ir/x/w/goroot/src/testing/testing.go:1742 +0x318

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/quic" && test == "TestUDPSourceSpecified/udp4/udp/unspec"
2024-09-06 18:26 x_net-go1.22-darwin-arm64_13 net@3c333c0c release-branch.go1.22@b4086b7c x/net/quic.TestUDPSourceSpecified/udp4/udp/unspec [ABORT] (log)
=== RUN   TestUDPSourceSpecified/udp4/udp/unspec
panic: test timed out after 10m0s
running tests:
	TestUDPSourceSpecified (10m0s)
	TestUDPSourceSpecified/udp4/udp/unspec (10m0s)

goroutine 1742 [running]:
testing.(*M).startAlarm.func1()
	/Volumes/Work/s/w/ir/x/w/goroot/src/testing/testing.go:2366 +0x30c
created by time.goFunc
...

goroutine 1770 [chan receive, 9 minutes]:
golang.org/x/net/quic.TestUDPSourceSpecified.func1(0x1400012d380, {0x140001c9a40, 0x140001c9b00, {{{0x0, 0xffff7f000001}, 0x140001180a8}, 0xc3fe}, 0x1400001f140})
	/Volumes/Work/s/w/ir/x/w/targetrepo675238800/quic/udp_test.go:47 +0x174
golang.org/x/net/quic.runUDPTest.func1(0x1400012d380)
	/Volumes/Work/s/w/ir/x/w/targetrepo675238800/quic/udp_test.go:180 +0x454
testing.tRunner(0x1400012d380, 0x140001184c8)
	/Volumes/Work/s/w/ir/x/w/goroot/src/testing/testing.go:1689 +0xec
created by testing.(*T).Run in goroutine 1769
	/Volumes/Work/s/w/ir/x/w/goroot/src/testing/testing.go:1742 +0x318

watchflakes

@gopherbot gopherbot added this to the Unreleased milestone Sep 27, 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: No status
Development

No branches or pull requests

1 participant