Skip to content

net: TestLookupHostCancel failures with i/o timeout or temporary error #57617

@gopherbot

Description

@gopherbot
#!watchflakes
post <- pkg == "net" && test == "TestLookupHostCancel" && (
	`i/o timeout` ||
	`This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.`)

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestLookupHostCancel (16.33s)
    lookup_test.go:1007: lookup www.google.com on 8.8.8.8:53: read udp 192.168.64.101:49520->8.8.8.8:53: i/o timeout

Another example (log):

=== RUN   TestLookupHostCancel
=== PAUSE TestLookupHostCancel
=== CONT  TestLookupHostCancel
    lookup_test.go:986: lookup www.google.com: getaddrinfow: This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.
--- FAIL: TestLookupHostCancel (0.00s)

watchflakes

Metadata

Metadata

Assignees

No one assigned

    Labels

    NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.

    Type

    No type

    Projects

    Status

    Active

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions