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/internal/quic: TestUDPSourceUnspecified failures #65916

Closed
gopherbot opened this issue Feb 23, 2024 · 2 comments
Closed

x/net/internal/quic: TestUDPSourceUnspecified failures #65916

gopherbot opened this issue Feb 23, 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

gopherbot commented Feb 23, 2024

#!watchflakes
default <- pkg == "golang.org/x/net/internal/quic" && test == "TestUDPSourceUnspecified" && date < "2024-02-24"

Issue created automatically to collect these failures.

Example (log):

panic: test timed out after 50m0s
running tests:
	TestUDPSourceUnspecified (49m39s)
	TestUDPSourceUnspecified/udp6/udp/unspec (49m39s)

testing.(*T).Run(0x8d0b08, {0x811860, 0xf}, 0x9bb210)
	/home/gopher/build/go/src/testing/testing.go:1750 +0x3e4
golang.org/x/net/internal/quic.runUDPTest(0x8d0b08, 0x4421e4)
	/home/gopher/build/gopath/src/golang.org/x/net/internal/quic/udp_test.go:123 +0x14c
golang.org/x/net/internal/quic.TestUDPSourceUnspecified(0x8d0b08)
	/home/gopher/build/gopath/src/golang.org/x/net/internal/quic/udp_test.go:20 +0x24
testing.tRunner(0x8d0b08, 0x441e14)

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/internal/quic" && test == "TestUDPSourceUnspecified"
2024-02-21 20:54 openbsd-arm-jsing net@a6a24dd2 go@7fd62ba8 x/net/internal/quic.TestUDPSourceUnspecified (log)
panic: test timed out after 50m0s
running tests:
	TestUDPSourceUnspecified (49m39s)
	TestUDPSourceUnspecified/udp6/udp/unspec (49m39s)

testing.(*T).Run(0x8d0b08, {0x811860, 0xf}, 0x9bb210)
	/home/gopher/build/go/src/testing/testing.go:1750 +0x3e4
golang.org/x/net/internal/quic.runUDPTest(0x8d0b08, 0x4421e4)
	/home/gopher/build/gopath/src/golang.org/x/net/internal/quic/udp_test.go:123 +0x14c
golang.org/x/net/internal/quic.TestUDPSourceUnspecified(0x8d0b08)
	/home/gopher/build/gopath/src/golang.org/x/net/internal/quic/udp_test.go:20 +0x24
testing.tRunner(0x8d0b08, 0x441e14)
2024-02-23 02:05 openbsd-arm-jsing net@4bdc6df2 go@d9be6097 x/net/internal/quic.TestUDPSourceUnspecified (log)
panic: test timed out after 50m0s
running tests:
	TestUDPSourceUnspecified (49m38s)
	TestUDPSourceUnspecified/udp6/udp/unspec (49m38s)

testing.(*T).Run(0x93e908, {0x810e10, 0xf}, 0x8cb240)
	/home/gopher/build/go/src/testing/testing.go:1750 +0x3e4
golang.org/x/net/internal/quic.runUDPTest(0x93e908, 0x4425fc)
	/home/gopher/build/gopath/src/golang.org/x/net/internal/quic/udp_test.go:123 +0x14c
golang.org/x/net/internal/quic.TestUDPSourceUnspecified(0x93e908)
	/home/gopher/build/gopath/src/golang.org/x/net/internal/quic/udp_test.go:20 +0x24
testing.tRunner(0x93e908, 0x442224)

watchflakes

@gopherbot gopherbot added this to the Unreleased milestone Feb 23, 2024
@bcmills
Copy link
Contributor

bcmills commented Feb 26, 2024

Duplicate of #65906

@bcmills bcmills marked this as a duplicate of #65906 Feb 26, 2024
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Feb 26, 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
Archived in project
Development

No branches or pull requests

2 participants