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: TestServerKeepAlivesEnabled_h2 failure with "got 2 conns, want 1" #49966

Open
bcmills opened this issue Dec 3, 2021 · 0 comments
Open
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 Dec 3, 2021

--- FAIL: TestServerKeepAlivesEnabled_h2 (0.30s)
    serve_test.go:5768: request 1: got 2 conns, want 1
2021/12/03 17:42:33 http: TLS handshake error from 127.0.0.1:21794: read tcp 127.0.0.1:21793->127.0.0.1:21794: read: connection reset by peer
2021/12/03 17:42:33 http: TLS handshake error from 127.0.0.1:21796: read tcp 127.0.0.1:21793->127.0.0.1:21796: read: connection reset by peer
2021/12/03 17:42:33 http: TLS handshake error from 127.0.0.1:21797: read tcp 127.0.0.1:21793->127.0.0.1:21797: read: connection reset by peer
FAIL
FAIL	net/http	135.565s

greplogs --dashboard -md -l -e 'FAIL: TestServerKeepAlivesEnabled.*\n\s+.*got \d+ conns, want 1'

2021-12-03T14:28:11-a174638/freebsd-arm-paulzhol

This may be somehow related to #44420. (See previously #46707, #21724, #18701, #18127, #18083.)

(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 Dec 3, 2021
@bcmills bcmills added this to the Backlog milestone Dec 3, 2021
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
None yet
Development

No branches or pull requests

1 participant