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/http: TestServerConnState failures missing second active state after TLS handshake errors #52049

Closed
bcmills opened this issue Mar 30, 2022 · 3 comments
Labels
FrozenDueToAge 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 Mar 30, 2022

2022/03/30 05:35:07 http: TLS handshake error from 127.0.0.1:14164: EOF
2022/03/30 05:35:07 http: TLS handshake error from 127.0.0.1:33976: EOF
2022/03/30 05:35:07 http: TLS handshake error from 127.0.0.1:18644: EOF
--- FAIL: TestServerConnState (0.17s)
    serve_test.go:4199: unexpected conn in state new
    serve_test.go:4199: unexpected conn in state active
    serve_test.go:4199: unexpected conn in state closed
    serve_test.go:4241: Request(s) produced unexpected state sequence.
        Got:  [new active idle closed]
        Want: [new active idle active closed]
FAIL
FAIL	net/http	42.044s

greplogs --dashboard -md -l -e 'FAIL: TestServerConnState .*(\n .*)*Got:\s+\[new active idle closed\]'

2022-03-29T17:21:21-f71daa6/openbsd-arm64-jsing
2022-01-19T20:54:49-1efc581/plan9-arm
2021-11-17T19:50:58-88474d4/openbsd-386-68

(CC @neild)

@bcmills bcmills added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Mar 30, 2022
@bcmills bcmills added this to the Backlog milestone Mar 30, 2022
@prattmic
Copy link
Member

prattmic commented Dec 7, 2022

Most (but not all) of the failures in #56577 are this failure mode. Should we dupe this into that bug?

@bcmills
Copy link
Contributor Author

bcmills commented Dec 7, 2022

Yep, that seems fine.

@bcmills
Copy link
Contributor Author

bcmills commented Dec 7, 2022

Duplicate of #56577

@bcmills bcmills marked this as a duplicate of #56577 Dec 7, 2022
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Dec 7, 2022
@golang golang locked and limited conversation to collaborators Dec 7, 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.
Projects
None yet
Development

No branches or pull requests

3 participants