golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
124.37k stars 17.71k forks source link

net: TestCloseWrite/tcp failures #68563

Open gopherbot opened 4 months ago

gopherbot commented 4 months ago
#!watchflakes
default <- pkg == "net" && test == "TestCloseWrite/tcp"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestCloseWrite/tcp
=== PAUSE TestCloseWrite/tcp
=== CONT  TestCloseWrite/tcp
    net_test.go:174: got (0, read tcp 127.0.0.1:52579->127.0.0.1:52578: i/o timeout); want (0, io.EOF)
    net_test.go:117: got (0, read tcp4 127.0.0.1:52578->127.0.0.1:52579: i/o timeout); want (0, io.EOF)
--- FAIL: TestCloseWrite/tcp (480.71s)

watchflakes

gopherbot commented 4 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net" && test == "TestCloseWrite/tcp"
2024-07-24 00:11 gotip-darwin-arm64_11 go@72cc7699 net.TestCloseWrite/tcp (log) === RUN TestCloseWrite/tcp === PAUSE TestCloseWrite/tcp === CONT TestCloseWrite/tcp net_test.go:174: got (0, read tcp 127.0.0.1:52579->127.0.0.1:52578: i/o timeout); want (0, io.EOF) net_test.go:117: got (0, read tcp4 127.0.0.1:52578->127.0.0.1:52579: i/o timeout); want (0, io.EOF) --- FAIL: TestCloseWrite/tcp (480.71s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net" && test == "TestCloseWrite/tcp"
2024-10-07 15:34 gotip-darwin-arm64_11 go@311372c5 net.TestCloseWrite/tcp (log) === RUN TestCloseWrite/tcp === PAUSE TestCloseWrite/tcp === CONT TestCloseWrite/tcp net_test.go:174: got (0, read tcp 127.0.0.1:56128->127.0.0.1:56127: i/o timeout); want (0, io.EOF) net_test.go:117: got (0, read tcp4 127.0.0.1:56127->127.0.0.1:56128: i/o timeout); want (0, io.EOF) --- FAIL: TestCloseWrite/tcp (483.70s)

watchflakes