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: TestIssue3595 failures with write: broken pipe #57988

Open
gopherbot opened this issue Jan 25, 2023 · 4 comments
Open

net/http: TestIssue3595 failures with write: broken pipe #57988

gopherbot opened this issue Jan 25, 2023 · 4 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

gopherbot commented Jan 25, 2023

#!watchflakes
post <- pkg == "net/http" && test == "TestIssue3595" && `write: broken pipe`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestIssue3595 (2.57s)
    transport_test.go:2051: Post: Post "http://127.0.0.1:50430": write tcp 127.0.0.1:50431->127.0.0.1:50430: write: broken pipe

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 Jan 25, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && test == "TestIssue3595"
2023-01-10 18:15 darwin-amd64-12_0 go@1e9ff255 net/http.TestIssue3595 (log)
--- FAIL: TestIssue3595 (2.57s)
    transport_test.go:2051: Post: Post "http://127.0.0.1:50430": write tcp 127.0.0.1:50431->127.0.0.1:50430: write: broken pipe

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Jan 25, 2023

(attn @neild)

@gopherbot

This comment was marked as off-topic.

@gopherbot

This comment was marked as off-topic.

@bcmills bcmills changed the title net/http: TestIssue3595 failures net/http: TestIssue3595 failures with write: broken pipe Feb 10, 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