Chris Cotter

Results 66 comments of Chris Cotter

@karanpopat if you are trying to end execution then it looks like you need to return a non-nil error from `Pages`. See https://pkg.go.dev/google.golang.org/[email protected]/storage/v1#ObjectsListCall.Pages . Just returning a nil error means...

Failed in one gRPC case only after 30s. ``` --- FAIL: TestIntegration_Copy/grpc (35.04s) --- PASS: TestIntegration_Copy/grpc/copy_within_bucket (0.43s) --- PASS: TestIntegration_Copy/grpc/copy_to_new_bucket (0.42s) --- PASS: TestIntegration_Copy/grpc/copy_with_attributes (0.40s) --- FAIL: TestIntegration_Copy/grpc/copy_to_new_region (30.03s) integration_test.go:1873:...

Good to hear that adjusting the context deadline fixed the issue.

Error: ``` objects_test.go:148: downloadUsingRequesterPays: Object("foo.txt").NewReader: storage: object doesn't exist ``` Based on the test I don't really see how this flake should be possible as a standalone, given that the...

This hasn't failed since Sept so I'm going to close it.

Sorry for the belated response. Exposing this via BucketAttrs would be a feature request. You're welcome to open to a PR for this; otherwise we'll probably get around to it...

There could be various reasons why this would happen, having to do with your auth setup or with GKE. Have you had any headway with your internal support case? I'm...

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...

Latest failure should be fixed by the Apiary library patch as soon as we pick up the new release.