We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since CL 168597, TestLookupNonLDH is failing on Plan 9.
--- FAIL: TestLookupNonLDH (26.00s) panic: interface conversion: error is *errors.errorString, not *net.DNSError [recovered] panic: interface conversion: error is *errors.errorString, not *net.DNSError goroutine 194 [running]: testing.tRunner.func1(0x1097c5a0) /usr/glenda/tmp/workdir-pi3plus3/go/src/testing/testing.go:830 +0x360 panic(0x1b3fb8, 0x10948020) /usr/glenda/tmp/workdir-pi3plus3/go/src/runtime/panic.go:619 +0x194 net.TestLookupNonLDH(0x1097c5a0) /usr/glenda/tmp/workdir-pi3plus3/go/src/net/lookup_test.go:880 +0x308 testing.tRunner(0x1097c5a0, 0x1e0f74) /usr/glenda/tmp/workdir-pi3plus3/go/src/testing/testing.go:865 +0xa0 created by testing.(*T).Run /usr/glenda/tmp/workdir-pi3plus3/go/src/testing/testing.go:916 +0x2ac FAIL net 27.220s
See https://build.golang.org/log/3af936634947d2a7417107882b7f21b9ea523401
The text was updated successfully, but these errors were encountered:
Change https://golang.org/cl/173857 mentions this issue: net: fix lookupHost to return DNSError on Plan 9
net: fix lookupHost to return DNSError on Plan 9
Sorry, something went wrong.
be857a6
No branches or pull requests
Since CL 168597, TestLookupNonLDH is failing on Plan 9.
See https://build.golang.org/log/3af936634947d2a7417107882b7f21b9ea523401
The text was updated successfully, but these errors were encountered: