x/net/http2: TestTransportBody* flaky on android and ppc64 #34616
Comments
I've seen the same behaviour on AWS CodeBuild, which is probably amd64. |
Still failing quite frequently on
Milestoned to 1.14 via #11811. |
cc @laboger |
I see this failure intermittently on ppc64le for both power8 and 9 as well as ppc64. It started soon after this: https://go-review.googlesource.com/c/net/+/181157, which is the change that added the test and the expected error message. |
|
Also on
|
|
I looked into this for a little bit. The test is somehow racing against the server's response to the header. It is trivial to reproduce to this by inserting a small pause before attempting to write the body.
|
Change https://golang.org/cl/234523 mentions this issue: |
The
x/net/http2.TestTransportBody
tests seem to flake withrequest body larger than specified content length
errors at a relatively high rate on certain builders.Examples:
android-386-emu
:linux-ppc64-buildlet
CC @bradfitz @tombergan
The text was updated successfully, but these errors were encountered: