storage: TestRetryConformance failed
Note: #8185 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: cae54ed31548e6f17f3b6bc217bb117723f04e15 buildURL: Build Status, Sponge status: failed
Test passed for commit 69c49f2537af8064e7b18e4845c3b2fbd502f141 (Build Status, Sponge)! Closing this issue.
Looks like this issue is flaky. :worried:
I'm going to leave this open and stop commenting.
A human should fix and close this.
commit: ec9b5268627734c40efd15353cf4bc83a837ff3a buildURL: Build Status, Sponge status: failed
=== RUN TestRetryConformance/2-[return-reset-connection_return-reset-connection]-storage.objects.insert-0
retry_conformance_test.go:753: roundtrip error (may be expected): write tcp 127.0.0.1:60652->127.0.0.1:9000: write: broken pipe
request: POST /upload/storage/v1/b/bucket-20231222-35551646713864-0060/o?alt=json&ifGenerationMatch=0&name=new-object.txt&prettyPrint=false&projection=full&uploadType=multipart HTTP/1.1
Host: localhost:9000
Content-Type: ...
retry_conformance_test.go:539: want success, got Writer.Close: Post "[http://localhost:9000/upload/storage/v1/b/bucket-20231222-35551646713864-0060/o?alt=json&ifGenerationMatch=0&name=new-object.txt&prettyPrint=false&projection=full&uploadType=multipart](https://www.google.com/url?q=http://localhost:9000/upload/storage/v1/b/bucket-20231222-35551646713864-0060/o?alt%3Djson%26ifGenerationMatch%3D0%26name%3Dnew-object.txt%26prettyPrint%3Dfalse%26projection%3Dfull%26uploadType%3Dmultipart&sa=D)": write tcp 127.0.0.1:60652->127.0.0.1:9000: write: broken pipe
retry_conformance_test.go:718: test not completed; unused instructions: map[storage.objects.insert:[return-reset-connection]]
Oops! Looks like this issue is still flaky. It failed again. :grimacing:
I reopened the issue, but a human will need to close it again.
commit: 82054d0e6905358e48517cbc8ea844dfb624082c buildURL: Build Status, Sponge status: failed
Not sure why I originally closed this issue. Error from the latest comment is the same as above.
=== RUN TestRetryConformance/http-6-[return-reset-connection_return-401]-storage.objects.insert-1
retry_conformance_test.go:821: test not completed; unused instructions: map[storage.objects.insert:[return-401]]
^ Recently got this error as well.
Beefed up retry logic for broken pipe errors in this repo and in apiary. We should see fewer flakes on this test especially once we pick up the new release of the apiary client.
Oops! Looks like this issue is still flaky. It failed again. :grimacing:
I reopened the issue, but a human will need to close it again.
commit: 1e2af816f44f23ed42cab98b0ef5b992ebcb92f9 buildURL: Build Status, Sponge status: failed
Latest failure should be fixed by the Apiary library patch as soon as we pick up the new release.