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: TestRetryRequestsOnError failure with "server closed idle connection" on windows-arm64-10 #52172

Closed
bcmills opened this issue Apr 5, 2022 · 1 comment
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 Apr 5, 2022

--- FAIL: TestRetryRequestsOnError (0.01s)
    --- FAIL: TestRetryRequestsOnError/IdempotentGetBodySomeWritten (0.00s)
        transport_test.go:3566: i=1: Do = Get "http://fake.golang": http: server closed idle connection; log:
            Dial
            Write("GET / HTTP/1.1\r\nHost: fake.golang\r\nUser-Agent: Go-http-client/1.1\r\nContent-Length: 4\r\nAccept-Encoding: gzip\r\n\r\nfoo\n")
            Handler
            Dial
            intentional write failure
FAIL
FAIL	net/http	7.676s

greplogs --dashboard -md -l -e 'FAIL: TestRetryRequestsOnError .*(?:\n .*)*server closed idle connection'

2022-04-05T18:58:52-5a6a830/windows-arm64-10

See previously #30938 (CC @neild). I'm going to leave this test as-is for now to collect more data on how often and on what platforms this error occurs.

@bcmills bcmills added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Apr 5, 2022
@bcmills bcmills added this to the Backlog milestone Apr 5, 2022
@bcmills
Copy link
Contributor Author

bcmills commented Aug 30, 2023

There have been a lot of net/http fixes since this issue was filed, and watchflakes will file a new issue should it recur. Closing as obsolete.

@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Aug 30, 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
None yet
Development

No branches or pull requests

1 participant