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

net: TestLookupNonLDH failing on Plan 9 #31672

Closed
0intro opened this issue Apr 25, 2019 · 1 comment
Closed

net: TestLookupNonLDH failing on Plan 9 #31672

0intro opened this issue Apr 25, 2019 · 1 comment

Comments

@0intro
Copy link
Member

0intro commented Apr 25, 2019

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

@0intro 0intro self-assigned this Apr 25, 2019
@gopherbot
Copy link

Change https://golang.org/cl/173857 mentions this issue: net: fix lookupHost to return DNSError on Plan 9

@golang golang locked and limited conversation to collaborators Apr 24, 2020
@rsc rsc unassigned 0intro Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants