Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net: TestCloseWrite/unix failures #73140

Open
gopherbot opened this issue Apr 2, 2025 · 2 comments
Open

net: TestCloseWrite/unix failures #73140

gopherbot opened this issue Apr 2, 2025 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "net" && test == "TestCloseWrite/unix"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestCloseWrite/unix
=== PAUSE TestCloseWrite/unix
=== CONT  TestCloseWrite/unix
    net_test.go:118: got (0, read unix C:\b\s\w\ir\x\t\3607230706\sock->@: i/o timeout); want (0, io.EOF)
    net_test.go:175: got (0, read unix @->C:\b\s\w\ir\x\t\3607230706\sock: i/o timeout); want (0, io.EOF)
--- FAIL: TestCloseWrite/unix (746.58s)

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Apr 2, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net" && test == "TestCloseWrite/unix"
2025-04-02 17:52 gotip-windows-amd64-longtest go@144d4e5d net.TestCloseWrite/unix (log)
=== RUN   TestCloseWrite/unix
=== PAUSE TestCloseWrite/unix
=== CONT  TestCloseWrite/unix
    net_test.go:118: got (0, read unix C:\b\s\w\ir\x\t\3607230706\sock->@: i/o timeout); want (0, io.EOF)
    net_test.go:175: got (0, read unix @->C:\b\s\w\ir\x\t\3607230706\sock: i/o timeout); want (0, io.EOF)
--- FAIL: TestCloseWrite/unix (746.58s)

watchflakes

@qmuntal
Copy link
Member

qmuntal commented Apr 2, 2025

Will investigate. Note note that this test has been recently enabled on Windows: https://go-review.googlesource.com/c/go/+/660915.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows
Projects
Status: No status
Development

No branches or pull requests

2 participants