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: TestTransportDiscardsUnneededConns failures with use of closed network connection #64508

Open
gopherbot opened this issue Dec 1, 2023 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

gopherbot commented Dec 1, 2023

#!watchflakes
post <- pkg == "net/http" && test == "TestTransportDiscardsUnneededConns" && `use of closed network connection`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestTransportDiscardsUnneededConns (0.00s)
    --- FAIL: TestTransportDiscardsUnneededConns/h2 (2.54s)
        clientserver_test.go:1141: 10 connections opened, 8 closed; want 9 to close
        clientserver_test.go:210: server log: http: TLS handshake error from 127.0.0.1:51208: read tcp 127.0.0.1:51199->127.0.0.1:51208: use of closed network connection

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 Dec 1, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == "TestTransportDiscardsUnneededConns"
2023-12-01 19:20 darwin-amd64-13 go@5a2161ce net/http.TestTransportDiscardsUnneededConns (log)
--- FAIL: TestTransportDiscardsUnneededConns (0.00s)
    --- FAIL: TestTransportDiscardsUnneededConns/h2 (2.54s)
        clientserver_test.go:1141: 10 connections opened, 8 closed; want 9 to close
        clientserver_test.go:210: server log: http: TLS handshake error from 127.0.0.1:51208: read tcp 127.0.0.1:51199->127.0.0.1:51208: use of closed network connection

watchflakes

@bcmills bcmills added this to the Backlog milestone Dec 1, 2023
@bcmills bcmills changed the title net/http: TestTransportDiscardsUnneededConns failures net/http: TestTransportDiscardsUnneededConns failures with use of closed network connection Dec 4, 2023
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: No status
Development

No branches or pull requests

2 participants