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: TestBidiStreamReverseProxy failures with written bytes didn't match received bytes #62599

Open
gopherbot opened this issue Sep 12, 2023 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

gopherbot commented Sep 12, 2023

#!watchflakes
post <- pkg == "net/http" && test == "TestBidiStreamReverseProxy" && `written bytes didn't match received bytes`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestBidiStreamReverseProxy (0.00s)
    --- FAIL: TestBidiStreamReverseProxy/h2 (0.27s)
        clientserver_test.go:1614: written bytes didn't match received bytes

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == "TestBidiStreamReverseProxy"
2023-09-12 15:31 netbsd-amd64-9_3 go@e924ea03 net/http.TestBidiStreamReverseProxy (log)
--- FAIL: TestBidiStreamReverseProxy (0.00s)
    --- FAIL: TestBidiStreamReverseProxy/h2 (0.27s)
        clientserver_test.go:1614: written bytes didn't match received bytes

watchflakes

@bcmills bcmills changed the title net/http: TestBidiStreamReverseProxy failures net/http: TestBidiStreamReverseProxy failures with written bytes didn't match received bytes Sep 20, 2023
@bcmills bcmills added this to the Backlog milestone Sep 20, 2023
@bcmills
Copy link
Contributor

bcmills commented Sep 20, 2023

(attn @golang/netbsd; CC @neild)

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: Active
Development

No branches or pull requests

2 participants