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: TestReadTimeout failures with "EOF" #43711

Open
bcmills opened this issue Jan 15, 2021 · 3 comments
Open

net: TestReadTimeout failures with "EOF" #43711

bcmills opened this issue Jan 15, 2021 · 3 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Jan 15, 2021

#!watchflakes
post <- pkg == "net" && test == "TestReadTimeout" && `timeout_test.go:\d+: .*EOF`
--- FAIL: TestReadTimeout (0.31s)
    timeout_test.go:348: #1/1: EOF
FAIL
FAIL	net	47.085s

2021-01-13T23:37:31-7eb31d9/dragonfly-amd64-5_8
2020-11-06T19:42:05-362d25f/freebsd-arm-paulzhol

These failures seem to be quite rare, but the failure mode is not exactly useful. It's not clear to me what's going on here.

CC @bradfitz @ianlancetaylor

@bcmills bcmills added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jan 15, 2021
@bcmills bcmills added this to the Backlog milestone Jan 15, 2021
@bcmills
Copy link
Contributor Author

bcmills commented Nov 9, 2023

Recently seen in https://build.golang.org/log/2a86707544423f7ac6bc8efe0d52c8e6ac424915; added a watchflakes pattern.

(CC @neild)

@gopherbot

This comment was marked as resolved.

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net" && test == "TestReadTimeout" && `timeout_test.go:\d+: .*EOF`
2023-10-23 22:56 linux-s390x-ibm go@f09db2bb net.TestReadTimeout (log)
2023/10/23 20:37:47 killing splice client after 5 second shutdown timeout
--- FAIL: TestReadTimeout (0.35s)
    timeout_test.go:364: #1/1: EOF

watchflakes

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.
Projects
Status: Active
Development

No branches or pull requests

2 participants