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

x/net/http2: TestTransportClosesConnAfterGoAwayNoStreams failures #56213

Closed
gopherbot opened this issue Oct 13, 2022 · 2 comments
Closed

x/net/http2: TestTransportClosesConnAfterGoAwayNoStreams failures #56213

gopherbot opened this issue Oct 13, 2022 · 2 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportClosesConnAfterGoAwayNoStreams"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestTransportClosesConnAfterGoAwayNoStreams (0.00s)
    transport_test.go:851: client: expected error on Close

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 13, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/http2" && test == "TestTransportClosesConnAfterGoAwayNoStreams"
2022-09-20 20:31 js-wasm net@d0c6ba3f go@44122305 x/net/http2.TestTransportClosesConnAfterGoAwayNoStreams (log)
--- FAIL: TestTransportClosesConnAfterGoAwayNoStreams (0.00s)
    transport_test.go:851: client: expected error on Close

watchflakes

@rsc
Copy link
Contributor

rsc commented Oct 13, 2022

Looks like this was fixed.

@rsc rsc closed this as completed Oct 13, 2022
@golang golang locked and limited conversation to collaborators Oct 13, 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
Status: Done
Development

No branches or pull requests

2 participants