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: TestTransportContentEncodingCaseInsensitive/gzip failure with "connection reset by peer" on netbsd-amd64-9_0-n1 #50234

Closed
bcmills opened this issue Dec 17, 2021 · 4 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-NetBSD
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Dec 17, 2021

--- FAIL: TestTransportContentEncodingCaseInsensitive (0.02s)
    --- FAIL: TestTransportContentEncodingCaseInsensitive/gzip (0.00s)
        transport_test.go:3985: Get "http://127.0.0.1:63714": dial tcp 127.0.0.1:63714: connect: connection reset by peer
FAIL
FAIL	net/http	10.634s

Looks to me like either a platform bug (flaky connection) or a bug in the test (perhaps a test that isn't resilient to spurious dials).

greplogs --dashboard -md -l -e 'FAIL: TestTransportContentEncodingCaseInsensitive .*\n(?: .*\n)* .*connection reset by peer'

2021-12-17T00:14:51-c3561dd/netbsd-amd64-9_0-n1

@bcmills bcmills added OS-NetBSD NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Dec 17, 2021
@bcmills bcmills modified the milestones: Backlog, Go1.19 Dec 17, 2021
@ianlancetaylor
Copy link
Contributor

CC @neild

Rolling forward to 1.20. Please comment if you disagree. Thanks.

@ianlancetaylor ianlancetaylor modified the milestones: Go1.19, Go1.20 Jun 24, 2022
@bcmills
Copy link
Contributor Author

bcmills commented Jun 24, 2022

I think this one can go straight to the backlog, since netbsd/amd64 is not a first class port and we haven't seen this failure mode on other platforms.

(CC @golang/netbsd)

@bcmills bcmills modified the milestones: Go1.20, Backlog Jun 24, 2022
@bcmills
Copy link
Contributor Author

bcmills commented Oct 30, 2023

Closing as a pre-watchflakes flake. If this test flakes again going forward, it should have a new issue filed automatically.

@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Oct 30, 2023
@bcmills
Copy link
Contributor Author

bcmills commented Oct 30, 2023

(See also #58276.)

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. OS-NetBSD
Projects
Development

No branches or pull requests

2 participants