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: flakes on dragonfly-amd64-622 #54758

Closed
heschi opened this issue Aug 29, 2022 · 4 comments
Closed

net/http: flakes on dragonfly-amd64-622 #54758

heschi opened this issue Aug 29, 2022 · 4 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@heschi
Copy link
Contributor

heschi commented Aug 29, 2022

#!watchflakes
post <- pkg == "net/http" && builder == "dragonfly-amd64-622" && 
        test == "TestServerGracefulClose" && `connection reset by peer`

2022-08-26T17:45:20-78aef56/dragonfly-amd64-622
2022-08-26T17:43:59-6ba2674/dragonfly-amd64-622

@ianlancetaylor @neild @golang/dragonfly

@heschi heschi added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Aug 29, 2022
@heschi heschi added this to the Backlog milestone Aug 29, 2022
@bcmills
Copy link
Contributor

bcmills commented Aug 29, 2022

2022-08-26T17:45:20-78aef56/dragonfly-amd64-622

--- FAIL: TestServerGracefulClose (1.02s)
    serve_test.go:3152: ReadLine: read tcp 127.0.0.1:54115->127.0.0.1:61592: read: connection reset by peer
FAIL
FAIL	net/http	13.409s

Could be related to #36178?

@bcmills bcmills changed the title net: flakes on dragonfly-amd64-622 net/http: flakes on dragonfly-amd64-622 Aug 29, 2022
@bcmills
Copy link
Contributor

bcmills commented Aug 29, 2022

2022-08-26T17:43:59-6ba2674/dragonfly-amd64-622


--- FAIL: TestServerShutdown_h2 (1.12s)
    serve_test.go:5677: second request should fail. server should be shut down
FAIL
FAIL	net/http	11.649s

Failure mode looks a lot like #38305.

@rsc rsc added this to Test Flakes Sep 22, 2022
@rsc rsc moved this to Active in Test Flakes Sep 22, 2022
@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && builder == "dragonfly-amd64-622" && 
        test == "TestServerGracefulClose" && `connection reset by peer`
2022-09-16 16:32 dragonfly-amd64-622 go@87eda2a7 net/http.TestServerGracefulClose (log)
--- FAIL: TestServerGracefulClose (1.12s)
    serve_test.go:3152: ReadLine: read tcp 127.0.0.1:54434->127.0.0.1:61832: read: connection reset by peer

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Dec 6, 2022

Duplicate of #57084

@bcmills bcmills marked this as a duplicate of #57084 Dec 6, 2022
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Dec 6, 2022
Repository owner moved this from Active to Done in Test Flakes Dec 6, 2022
@bcmills bcmills removed this from Test Flakes Dec 6, 2022
@golang golang locked and limited conversation to collaborators Dec 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge 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

3 participants