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

crypto/tls: "use of closed network connection" in TestDialTimeout #33864

Closed
bcmills opened this issue Aug 27, 2019 · 1 comment
Closed

crypto/tls: "use of closed network connection" in TestDialTimeout #33864

bcmills opened this issue Aug 27, 2019 · 1 comment
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Aug 27, 2019

Seen on the linux-amd64-longtest builder (https://build.golang.org/log/9fbd6f6c2639b72e2d147e1d16d45784fdc2e069):

--- FAIL: TestDialTimeout (0.01s)
    tls_test.go:183: accept tcp 127.0.0.1:38709: use of closed network connection
FAIL
FAIL	crypto/tls	0.702s

CC @FiloSottile

@bcmills bcmills added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure. labels Aug 27, 2019
@bcmills bcmills added this to the Go1.14 milestone Aug 27, 2019
@rsc rsc modified the milestones: Go1.14, Backlog Oct 9, 2019
@bcmills
Copy link
Contributor Author

bcmills commented Jan 25, 2022

No recurrences since 2019. Possibly fixed by some intervening change?

greplogs --dashboard -md -l -e '(?ms)FAIL: TestDialTimeout.*FAIL\s+crypto/tls' --since=2019-01-01

2019-08-26T16:36:15-a80c5f0/linux-amd64-longtest

@bcmills bcmills closed this as completed Jan 25, 2022
@golang golang locked and limited conversation to collaborators Jan 25, 2023
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. Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

3 participants