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: TestTransportRejectsInvalidHeaders failures with unexpected EOF #63802

Open
gopherbot opened this issue Oct 28, 2023 · 2 comments
Open
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

gopherbot commented Oct 28, 2023

#!watchflakes
post <- pkg == "net/http" && test == "TestTransportRejectsInvalidHeaders" && `unexpected EOF`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestTransportRejectsInvalidHeaders (0.00s)
    --- FAIL: TestTransportRejectsInvalidHeaders/h2 (2.97s)
        clientserver_test.go:1230: For key "Foo", value "capital-key"; got err = Get "https://127.0.0.1:50773": unexpected EOF; want ok=true

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 Oct 28, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == "TestTransportRejectsInvalidHeaders"
2023-09-12 19:33 netbsd-arm-bsiegert go@d8b349ea net/http.TestTransportRejectsInvalidHeaders (log)
--- FAIL: TestTransportRejectsInvalidHeaders (0.00s)
    --- FAIL: TestTransportRejectsInvalidHeaders/h2 (2.97s)
        clientserver_test.go:1230: For key "Foo", value "capital-key"; got err = Get "https://127.0.0.1:50773": unexpected EOF; want ok=true

watchflakes

@bcmills bcmills added this to the Backlog milestone Oct 30, 2023
@bcmills bcmills changed the title net/http: TestTransportRejectsInvalidHeaders failures net/http: TestTransportRejectsInvalidHeaders failures with unexpected EOF Oct 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
Status: No status
Development

No branches or pull requests

2 participants