You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
ok mime/multipart 0.128s
ok mime/quotedprintable 0.395s
--- FAIL: TestLookupHost-2 (0.01s)
hosts_test.go:132: LookupHost("localhost") = [127.0.0.1 127.0.0.1], has duplicate addresses
FAIL
FAIL net 2.072s
ok net/http 4.068s
...
$ go version
go version devel +202ef48 Fri Jun 12 04:33:50 2015 +0000 linux/amd64
$ uname -a
Linux kevin1 3.19.0-18-generic #18-Ubuntu SMP Tue May 19 18:31:35 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
It's not a real problem. You can ignore this test failure.
The test is looking for a specific problem that can cause duplicate addresses to be returned. If there really are duplicate addresses, the test will fail incorrectly. Perhaps we should skip the test if testing.Short is true.
...
ok mime/multipart 0.128s
ok mime/quotedprintable 0.395s
--- FAIL: TestLookupHost-2 (0.01s)
hosts_test.go:132: LookupHost("localhost") = [127.0.0.1 127.0.0.1], has duplicate addresses
FAIL
FAIL net 2.072s
ok net/http 4.068s
...
$ go version
go version devel +202ef48 Fri Jun 12 04:33:50 2015 +0000 linux/amd64
$ uname -a
Linux kevin1 3.19.0-18-generic #18-Ubuntu SMP Tue May 19 18:31:35 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: