We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
For example,
go test -v -run=TestDialerFallbackDelay --- FAIL: TestDialerFallbackDelay (0.00s) dial_test.go:477: #1: got 378.549µs; want >= 199ms dial_test.go:477: #2: got 440.764µs; want >= 299ms FAIL
Looks like it requires -ipv6 flag.
The text was updated successfully, but these errors were encountered:
I see the problem. slowDialTCP interprets a zero deadline as "don't wait", rather than "wait forever".
slowDialTCP
You can reproduce the bug on a dual-stack Linux machine by running:
$ sudo ip -6 route add unreachable 2001:2::254 $ ../bin/go test -v net -run TestDialerFallbackDelay
Sorry, something went wrong.
CL https://golang.org/cl/20493 mentions this issue.
92dfc12
No branches or pull requests
For example,
Looks like it requires -ipv6 flag.
The text was updated successfully, but these errors were encountered: