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: TestTransportAndServerSharedBodyRace failures with Proxy copy error #58398

Open
gopherbot opened this issue Feb 7, 2023 · 3 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

gopherbot commented Feb 7, 2023

#!watchflakes
post <- pkg == "net/http" && test == "TestTransportAndServerSharedBodyRace" && `Proxy copy error:`

Issue created automatically to collect these failures.

Example (log):

Proxy copy error: EOF
--- FAIL: TestTransportAndServerSharedBodyRace (0.01s)
    --- FAIL: TestTransportAndServerSharedBodyRace/h2 (0.02s)
        serve_test.go:3969: Proxy copy error: EOF
        clientserver_test.go:210: server log: http: TLS handshake error from 127.0.0.1:51608: read tcp 127.0.0.1:36197->127.0.0.1:51608: 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 Feb 7, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && test == "TestTransportAndServerSharedBodyRace"
2023-02-07 22:22 linux-amd64-clang go@9565d990 net/http.TestTransportAndServerSharedBodyRace (log)
Proxy copy error: EOF
--- FAIL: TestTransportAndServerSharedBodyRace (0.01s)
    --- FAIL: TestTransportAndServerSharedBodyRace/h2 (0.02s)
        serve_test.go:3969: Proxy copy error: EOF
        clientserver_test.go:210: server log: http: TLS handshake error from 127.0.0.1:51608: read tcp 127.0.0.1:36197->127.0.0.1:51608: use of closed network connection

watchflakes

@bcmills bcmills changed the title net/http: TestTransportAndServerSharedBodyRace failures net/http: TestTransportAndServerSharedBodyRace failures with Proxy copy error Feb 8, 2023
@bcmills
Copy link
Member

bcmills commented Feb 8, 2023

(attn @neild)

#49336 is for the same test, but has a different (possibly unrelated?) failure mode.

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && test == "TestTransportAndServerSharedBodyRace" && `Proxy copy error:`
2023-03-08 21:46 linux-amd64 go@4df95d51 net/http.TestTransportAndServerSharedBodyRace (log)
Proxy copy error: EOF
--- FAIL: TestTransportAndServerSharedBodyRace (0.00s)
    --- FAIL: TestTransportAndServerSharedBodyRace/h2 (0.03s)
        serve_test.go:3973: Proxy copy error: 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: No status
Development

No branches or pull requests

2 participants