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: TestOmitHTTP2Vet failures #65596

Open
gopherbot opened this issue Feb 8, 2024 · 2 comments
Open

net/http: TestOmitHTTP2Vet failures #65596

gopherbot opened this issue Feb 8, 2024 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "net/http" && test == "TestOmitHTTP2Vet"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestOmitHTTP2Vet (33.10s)
    http_test.go:105: go vet failed: exec: WaitDelay expired before I/O complete, 
2024/02/08 04:37:27 httptest.Server blocked in Close after 5 seconds, waiting for connections:
  *net.TCPConn 0xc0002820a8 127.0.0.1:50720 in state active

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 Feb 8, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == "TestOmitHTTP2Vet"
2024-02-07 20:53 darwin-amd64-13 go@28b88516 net/http.TestOmitHTTP2Vet (log)
--- FAIL: TestOmitHTTP2Vet (33.10s)
    http_test.go:105: go vet failed: exec: WaitDelay expired before I/O complete, 
2024/02/08 04:37:27 httptest.Server blocked in Close after 5 seconds, waiting for connections:
  *net.TCPConn 0xc0002820a8 127.0.0.1:50720 in state active

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Feb 16, 2024

(attn @neild)

This may be another symptom of #63937.

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