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: TestUDPSourceUnspecified failures #66664

Open
gopherbot opened this issue Apr 3, 2024 · 2 comments
Open

x/net/quic: TestUDPSourceUnspecified failures #66664

gopherbot opened this issue Apr 3, 2024 · 2 comments
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 == "TestUDPSourceUnspecified"

Issue created automatically to collect these failures.

Example (log):

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

testing.(*T).Run(0x1400031e000, {0x140003d5960?, 0x14000059d88?}, 0x140004b4678)
	/tmp/buildlet/go/src/testing/testing.go:1649 +0x350
golang.org/x/net/quic.runUDPTest(0x14000059f58?, 0x1011548a0)
	/tmp/buildlet/gopath/src/golang.org/x/net/quic/udp_test.go:124 +0x80
golang.org/x/net/quic.TestUDPSourceUnspecified(0x14000536180?)
	/tmp/buildlet/gopath/src/golang.org/x/net/quic/udp_test.go:20 +0x24
testing.tRunner(0x1400031e000, 0x101154150)

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/quic" && test == "TestUDPSourceUnspecified"
2024-03-21 09:28 darwin-arm64-12 net@ebc8168a go@d8392e69 x/net/quic.TestUDPSourceUnspecified (log)
panic: test timed out after 10m0s
running tests:
	TestUDPSourceUnspecified (10m0s)
	TestUDPSourceUnspecified/udp4/udp/unspec (10m0s)

testing.(*T).Run(0x1400031e000, {0x140003d5960?, 0x14000059d88?}, 0x140004b4678)
	/tmp/buildlet/go/src/testing/testing.go:1649 +0x350
golang.org/x/net/quic.runUDPTest(0x14000059f58?, 0x1011548a0)
	/tmp/buildlet/gopath/src/golang.org/x/net/quic/udp_test.go:124 +0x80
golang.org/x/net/quic.TestUDPSourceUnspecified(0x14000536180?)
	/tmp/buildlet/gopath/src/golang.org/x/net/quic/udp_test.go:20 +0x24
testing.tRunner(0x1400031e000, 0x101154150)

watchflakes

@gopherbot gopherbot added this to the Unreleased milestone Apr 3, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/quic" && test == "TestUDPSourceUnspecified"
2024-05-06 16:24 freebsd-amd64-race net@d27919b5 go@752b0090 x/net/quic.TestUDPSourceUnspecified (log)
panic: test timed out after 20m0s
running tests:
	TestUDPSourceUnspecified (19m57s)
	TestUDPSourceUnspecified/udp4/udp/unspec (19m57s)

testing.(*T).Run(0xc00015aea0, {0xc0001a23c1, 0xf}, 0xc00009c378)
	/tmp/workdir/go/src/testing/testing.go:1649 +0x871
golang.org/x/net/quic.runUDPTest(0x0?, 0xa81508)
	/tmp/workdir/gopath/src/golang.org/x/net/quic/udp_test.go:124 +0x97
golang.org/x/net/quic.TestUDPSourceUnspecified(0x0?)
	/tmp/workdir/gopath/src/golang.org/x/net/quic/udp_test.go:20 +0x2e
testing.tRunner(0xc00015aea0, 0xa80d28)

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