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/proxy: TestDial failures #65726

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

x/net/proxy: TestDial failures #65726

gopherbot opened this issue Feb 15, 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 == "golang.org/x/net/proxy" && test == "TestDial"

Issue created automatically to collect these failures.

Example (log):

panic: test timed out after 40m0s
running tests:
	TestDial (40m0s)
	TestDial/DirectWithCancel (40m0s)

testing.(*T).Run(0x8d0108, {0x603169, 0x10}, 0x60dcc8)
	/tmp/gobuilder-mips64le/go/src/testing/testing.go:1750 +0x498
golang.org/x/net/proxy.TestDial(0x8d0108)
	/tmp/gobuilder-mips64le/gopath/src/golang.org/x/net/proxy/dial_test.go:20 +0x68
testing.tRunner(0x8d0108, 0x60dc30)

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/proxy" && test == "TestDial"
2024-02-14 21:57 linux-mipsle-rtrk net@840656f9 go@48d899dc x/net/proxy.TestDial (log)
panic: test timed out after 40m0s
running tests:
	TestDial (40m0s)
	TestDial/DirectWithCancel (40m0s)

testing.(*T).Run(0x8d0108, {0x603169, 0x10}, 0x60dcc8)
	/tmp/gobuilder-mips64le/go/src/testing/testing.go:1750 +0x498
golang.org/x/net/proxy.TestDial(0x8d0108)
	/tmp/gobuilder-mips64le/gopath/src/golang.org/x/net/proxy/dial_test.go:20 +0x68
testing.tRunner(0x8d0108, 0x60dc30)

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 15, 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