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: TestTransportReuseConnEmptyResponseBody #42512

Closed
bcmills opened this issue Nov 11, 2020 · 2 comments
Closed

net/http: TestTransportReuseConnEmptyResponseBody #42512

bcmills opened this issue Nov 11, 2020 · 2 comments
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 Nov 11, 2020

2020-11-11T14:29:34-c906608/dragonfly-amd64-5_8

--- FAIL: TestTransportReuseConnEmptyResponseBody (0.06s)
    transport_test.go:4287: On request 6, addr "127.0.0.1:57412" != original addr "127.0.0.1:63377"
FAIL
FAIL	net/http	25.950s

I've only seen this failure mode once in the logs, so unclear whether it's a regression or a rare-but-existing flake.

CC @bradfitz @neild @odeke-em

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

bcmills commented Dec 13, 2021

Two's company. Intriguingly, no overlap in OS or architecture!

greplogs --dashboard -md -l -e 'FAIL: TestTransportReuseConnEmptyResponseBody .*\n .* != original addr ' --since=2020-11-12

2021-12-12T14:36:20-cc795a0/windows-arm64-10

@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