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: TestQuerySemicolon failures with connect: connection reset by peer #58931

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

#!watchflakes
post <- pkg == "net/http" && test == "TestQuerySemicolon" && `connect: connection reset by peer`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestQuerySemicolon (0.00s)
    --- FAIL: TestQuerySemicolon/?a=1;x=good;x=bad/allow=true (0.00s)
        serve_test.go:6648: Get "http://127.0.0.1:64693?a=1;x=good;x=bad": dial tcp 127.0.0.1:64693: connect: connection reset by peer
2023/03/01 22:23:01 http: TLS handshake error from 127.0.0.1:63007: EOF

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 Mar 8, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && test == "TestQuerySemicolon"
2023-03-01 21:50 netbsd-386-9_3 go@21e451ec net/http.TestQuerySemicolon (log)
--- FAIL: TestQuerySemicolon (0.00s)
    --- FAIL: TestQuerySemicolon/?a=1;x=good;x=bad/allow=true (0.00s)
        serve_test.go:6648: Get "http://127.0.0.1:64693?a=1;x=good;x=bad": dial tcp 127.0.0.1:64693: connect: connection reset by peer
2023/03/01 22:23:01 http: TLS handshake error from 127.0.0.1:63007: EOF

watchflakes

@bcmills
Copy link
Member

bcmills commented Mar 8, 2023

(attn @golang/netbsd; CC @neild)

@bcmills bcmills added this to the Backlog milestone Mar 8, 2023
@bcmills bcmills changed the title net/http: TestQuerySemicolon failures net/http: TestQuerySemicolon failures with connect: connection reset by peer Mar 8, 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