Open gopherbot opened 11 months ago
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "net" && test == ""
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "net" && test == ""
(attn @golang/dragonfly)
Is there any way I can isolate the test case in a Go program?
go test net
will run these tests, although I suspect that this may be due to the kernel dropping loopback packets without returning errors for them — if so, it may be less likely to reproduce in isolation. 🙃
Found new dashboard test flakes for:
#!watchflakes
post <- goos == "dragonfly" && pkg == "net" && log ~ `test timed out` && log ~ `goroutine \d+ .*\[IO wait, \d+ minutes\]:\n(.+\n\t.+\n)*net\.\(\*UDPConn\)\.`
Issue created automatically to collect these failures.
Example (log):
— watchflakes