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: TestClientRedirect308NoGetBody failures #60359

Open
gopherbot opened this issue May 23, 2023 · 2 comments
Open

net/http: TestClientRedirect308NoGetBody failures #60359

gopherbot opened this issue May 23, 2023 · 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
post <- pkg == "net/http" && test == "TestClientRedirect308NoGetBody"

Issue created automatically to collect these failures.

Example (log):

1 second passes in backend, proxygone= false
--- FAIL: TestClientRedirect308NoGetBody (0.00s)
    --- FAIL: TestClientRedirect308NoGetBody/h2 (2.74s)
        clientserver_test.go:210: server log: timeout waiting for SETTINGS frames from 127.0.0.1:60218
        client_test.go:565: Post "https://127.0.0.1:60217": unexpected EOF

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

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && test == "TestClientRedirect308NoGetBody"
2023-05-23 04:38 freebsd-riscv64-unmatched go@e4e8f9b8 net/http.TestClientRedirect308NoGetBody (log)
1 second passes in backend, proxygone= false
--- FAIL: TestClientRedirect308NoGetBody (0.00s)
    --- FAIL: TestClientRedirect308NoGetBody/h2 (2.74s)
        clientserver_test.go:210: server log: timeout waiting for SETTINGS frames from 127.0.0.1:60218
        client_test.go:565: Post "https://127.0.0.1:60217": unexpected EOF

watchflakes

@bcmills
Copy link
Member

bcmills commented May 23, 2023

This looks like maybe just a slow builder + too-short arbitrary timeout?
(https://cs.opensource.google/go/go/+/refs/heads/master:src/net/http/h2_bundle.go;l=3868;drc=5abfdc8c75b13edbe3ccc918df47dd2da85454d8)

(attn @neild @golang/riscv64)

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