-
Notifications
You must be signed in to change notification settings - Fork 18k
net/http: TestTransportAndServerSharedBodyRace_h2 is failing #13556
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
Labels
Milestone
Comments
CL https://golang.org/cl/17683 mentions this issue. |
bradfitz
added a commit
that referenced
this issue
Dec 10, 2015
Failing ones are marked skipped. Fixes #13543 (was just a test issue) Updates #13555 (to be fixed later) Updates #13556 (to be fixed later) Updates #13557 (to be fixed later) Fixes bug in golang.org/cl/17428 (http1 now uses HTTP status 431, not 413) Change-Id: I8f7431fee35f2fc081cfe2c232ae75a00800a60b Reviewed-on: https://go-review.googlesource.com/17683 Reviewed-by: Blake Mizerany <[email protected]> Reviewed-by: Emmanuel Odeke <[email protected]> Reviewed-by: Burcu Dogan <[email protected]> Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
Fix: https://golang.org/cl/18288 (and then need to bundle it into std) |
bradfitz
added a commit
to golang/net
that referenced
this issue
Jan 7, 2016
The Transport code wasn't always sending a RST_STREAM to the server in a few cases, and was also forgetting to flush its buffer. I believe each part of this change was part of making golang/go#13556 not flaky. No additional tests at the moment; TestTransportAndServerSharedBodyRace_h2 is pretty comprehensive as-is, at least for an integration test. I should probably add some finer-grained tests in the future. Updates golang/go#13556 Change-Id: Ie824202b20ba6ee85b20edeeee86ec977e6daeb2 Reviewed-on: https://go-review.googlesource.com/18288 Reviewed-by: Andrew Gerrand <[email protected]>
CL https://golang.org/cl/18289 mentions this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm making TestTransportAndServerSharedBodyRace_h2 skip for now, but it's failing. Sometimes it requires a few runs:
The text was updated successfully, but these errors were encountered: