google-cloud-go icon indicating copy to clipboard operation
google-cloud-go copied to clipboard

storage: TestIntegration_Copy failed

Open flaky-bot[bot] opened this issue 1 year ago • 2 comments

Note: #8259 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: 31558c7df7f12424efddda43cdfaf463f99eae1c buildURL: Build Status, Sponge status: failed

flaky-bot[bot] avatar Apr 27 '24 09:04 flaky-bot[bot]

Looks like this issue is flaky. :worried:

I'm going to leave this open and stop commenting.

A human should fix and close this.


When run at the same commit (31558c7df7f12424efddda43cdfaf463f99eae1c), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

flaky-bot[bot] avatar Apr 28 '24 08:04 flaky-bot[bot]

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: Copier.Run failed with rpc error: code = DeadlineExceeded desc = Deadline expired before operation could complete.

tritone avatar Apr 29 '24 14:04 tritone

I'm going to close this out for now since it hasn't recurred. Adding retries for DeadlineExceeded (when it's not a user-set deadline) might help here.

tritone avatar Jul 29 '24 15:07 tritone