net: TestLookupNonLDH also fails on linux/amd64 #17623
Closed
Labels
Milestone
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The new test (from CL 31468) fails on at least some Linux systems. The Plan 9 version of this bug is #17568.
This is on current tip (go version devel +31f50643c36b Wed Oct 26 22:35:07 2016 +0000 linux/amd64), using the cgo resolver (glibc-2.24-3.fc25.x86_64, i.e. 2.24 plus whatever patches Fedora adds to it).
Output of
go test -run=NonLDH net
:And indeed, the test receives EAI_NODATA/-5 from gai:
How do we deal with it?
The text was updated successfully, but these errors were encountered: