Skip to content

net: TestCloseWrite failures #57589

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

Closed
gopherbot opened this issue Jan 4, 2023 · 3 comments
Closed

net: TestCloseWrite failures #57589

gopherbot opened this issue Jan 4, 2023 · 3 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
post <- pkg == "net" && test == "TestCloseWrite"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCloseWrite (0.00s)
    --- FAIL: TestCloseWrite/tcp (159.87s)
        net_test.go:119: got (0, read tcp4 127.0.0.1:62360->127.0.0.1:62361: i/o timeout); want (0, io.EOF)
        net_test.go:176: got (0, read tcp 127.0.0.1:62361->127.0.0.1:62360: i/o timeout); want (0, io.EOF)

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 Jan 4, 2023
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net" && test == "TestCloseWrite"
2022-11-08 22:14 darwin-arm64-12 go@896faf30 net.TestCloseWrite (log)
--- FAIL: TestCloseWrite (0.00s)
    --- FAIL: TestCloseWrite/tcp (159.87s)
        net_test.go:119: got (0, read tcp4 127.0.0.1:62360->127.0.0.1:62361: i/o timeout); want (0, io.EOF)
        net_test.go:176: got (0, read tcp 127.0.0.1:62361->127.0.0.1:62360: i/o timeout); want (0, io.EOF)

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Jan 6, 2023

Duplicate of #49352

@bcmills bcmills marked this as a duplicate of #49352 Jan 6, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Jan 6, 2023
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net" && test == "TestCloseWrite"
2023-05-16 19:46 darwin-arm64-12 go@b3d1cce3 net.TestCloseWrite (log)
--- FAIL: TestCloseWrite (0.00s)
    --- FAIL: TestCloseWrite/tcp (159.74s)
        net_test.go:119: got (0, read tcp4 127.0.0.1:55818->127.0.0.1:55819: i/o timeout); want (0, io.EOF)
        net_test.go:176: got (0, read tcp 127.0.0.1:55819->127.0.0.1:55818: i/o timeout); want (0, io.EOF)
2023-05-19 22:45 darwin-arm64-12 go@fe786638 net.TestCloseWrite (log)
--- FAIL: TestCloseWrite (0.00s)
    --- FAIL: TestCloseWrite/unix (159.70s)
        net_test.go:176: got (0, read unix ->/tmp/buildlet/tmp/330333358/sock: i/o timeout); want (0, io.EOF)
        net_test.go:119: got (0, read unix /tmp/buildlet/tmp/330333358/sock->: i/o timeout); want (0, io.EOF)

watchflakes

@gopherbot gopherbot reopened this Jun 30, 2023
@bcmills bcmills removed this from Test Flakes Jun 30, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Jun 30, 2023
@golang golang locked and limited conversation to collaborators Jun 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants