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: TestTransportPrefersResponseOverWriteError failures #60292

Open
gopherbot opened this issue May 18, 2023 · 2 comments
Open

net/http: TestTransportPrefersResponseOverWriteError failures #60292

gopherbot opened this issue May 18, 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

#!watchflakes
post <- pkg == "net/http" && test == "TestTransportPrefersResponseOverWriteError"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestTransportPrefersResponseOverWriteError (4.04s)
    --- FAIL: TestTransportPrefersResponseOverWriteError/h1 (3.35s)
        transport_test.go:4315: 86 = &url.Error{Op:"Put", URL:"http://127.0.0.1:63009", Err:(*net.OpError)(0xc0001f9040)}
        transport_test.go:4317: urlErr = &net.OpError{Op:"readfrom", Net:"tcp", Source:(*net.TCPAddr)(0xc000459b90), Addr:(*net.TCPAddr)(0xc000459bc0), Err:(*net.OpError)(0xc0001f8b40)}
        transport_test.go:4319: netOpError = &net.OpError{Op:"write", Net:"tcp", Source:(*net.TCPAddr)(0xc000459b90), Addr:(*net.TCPAddr)(0xc000459bc0), Err:(*os.SyscallError)(0xc0001e22c0)}
        transport_test.go:4330: Failed 1 out of 100

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 May 18, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && test == "TestTransportPrefersResponseOverWriteError"
2023-05-18 18:40 darwin-amd64-longtest go@72f448cb net/http.TestTransportPrefersResponseOverWriteError (log)
--- FAIL: TestTransportPrefersResponseOverWriteError (4.04s)
    --- FAIL: TestTransportPrefersResponseOverWriteError/h1 (3.35s)
        transport_test.go:4315: 86 = &url.Error{Op:"Put", URL:"http://127.0.0.1:63009", Err:(*net.OpError)(0xc0001f9040)}
        transport_test.go:4317: urlErr = &net.OpError{Op:"readfrom", Net:"tcp", Source:(*net.TCPAddr)(0xc000459b90), Addr:(*net.TCPAddr)(0xc000459bc0), Err:(*net.OpError)(0xc0001f8b40)}
        transport_test.go:4319: netOpError = &net.OpError{Op:"write", Net:"tcp", Source:(*net.TCPAddr)(0xc000459b90), Addr:(*net.TCPAddr)(0xc000459bc0), Err:(*os.SyscallError)(0xc0001e22c0)}
        transport_test.go:4330: Failed 1 out of 100

watchflakes

@bcmills
Copy link
Contributor

bcmills commented May 19, 2023

(attn @neild)

@bcmills bcmills added this to the Backlog milestone May 19, 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