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: TestInterruptWithPanic failures #57996

Closed
gopherbot opened this issue Jan 25, 2023 · 2 comments
Closed

net/http: TestInterruptWithPanic failures #57996

gopherbot opened this issue Jan 25, 2023 · 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

gopherbot commented Jan 25, 2023

#!watchflakes
post <- builder ~ `openbsd-.*-71` && pkg == "net/http" && test == "TestInterruptWithPanic"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestInterruptWithPanic (120.01s)
    --- FAIL: TestInterruptWithPanic/h2 (120.01s)
        --- FAIL: TestInterruptWithPanic/h2/boom (120.00s)
            clientserver_test.go:1302: wanted a stack trace logged; got nothing

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 == "TestInterruptWithPanic"
2023-01-20 21:42 openbsd-amd64-71 go@620399ef net/http.TestInterruptWithPanic (log)
--- FAIL: TestInterruptWithPanic (120.01s)
    --- FAIL: TestInterruptWithPanic/h2 (120.01s)
        --- FAIL: TestInterruptWithPanic/h2/boom (120.00s)
            clientserver_test.go:1302: wanted a stack trace logged; got nothing
2023-01-24 17:58 openbsd-amd64-71 go@a6ddb15f net/http.TestInterruptWithPanic (log)
--- FAIL: TestInterruptWithPanic (120.01s)
    --- FAIL: TestInterruptWithPanic/h2 (120.00s)
        --- FAIL: TestInterruptWithPanic/h2/boom (119.99s)
            clientserver_test.go:1302: wanted a stack trace logged; got nothing

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Jan 25, 2023

Duplicate of #57585

@bcmills bcmills marked this as a duplicate of #57585 Jan 25, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Jan 25, 2023
@golang golang locked and limited conversation to collaborators Jan 25, 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
Status: Done
Development

No branches or pull requests

2 participants