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: TestTimeoutHandlerEmptyResponse failures #57603

Closed
gopherbot opened this issue Jan 4, 2023 · 3 comments
Closed

net/http: TestTimeoutHandlerEmptyResponse failures #57603

gopherbot opened this issue Jan 4, 2023 · 3 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 == "net/http" && test == "TestTimeoutHandlerEmptyResponse"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestTimeoutHandlerEmptyResponse (0.00s)
    --- FAIL: TestTimeoutHandlerEmptyResponse/h2 (0.80s)
        serve_test.go:2596: got res.StatusCode 503, want 200

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

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && test == "TestTimeoutHandlerEmptyResponse"
2022-11-30 17:46 openbsd-386-68 go@c8057d85 net/http.TestTimeoutHandlerEmptyResponse (log)
--- FAIL: TestTimeoutHandlerEmptyResponse (0.00s)
    --- FAIL: TestTimeoutHandlerEmptyResponse/h2 (0.80s)
        serve_test.go:2596: got res.StatusCode 503, want 200

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Jan 6, 2023

The openbsd-386-68 builder is gone for good, partly because it was flaky. Closing this issue, and watchflakes can file a new one if it is observed on a non-flaky platform.

@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Jan 6, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && test == "TestTimeoutHandlerEmptyResponse"
2023-02-01 21:30 darwin-amd64-race go@4b7f7eef net/http.TestTimeoutHandlerEmptyResponse (log)
--- FAIL: TestTimeoutHandlerEmptyResponse (0.10s)

watchflakes

@gopherbot gopherbot reopened this Feb 2, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Feb 2, 2023
@golang golang locked and limited conversation to collaborators Feb 2, 2024
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

2 participants