golang/go

x/net/ipv4: TestRawConnReadWriteUnicastICMP failures with `i/o timeout`

Open

#58,955 opened on Mar 9, 2023

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
NeedsFixTestinghelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

#!watchflakes
post <- pkg == "golang.org/x/net/ipv4" && test == "TestRawConnReadWriteUnicastICMP" && `i/o timeout`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestRawConnReadWriteUnicastICMP (0.11s)
    unicast_test.go:249: read ip 0.0.0.0: raw-read ip4 0.0.0.0: i/o timeout

watchflakes

Contributor guide