googleapis / google-cloud-go

Google Cloud Client Libraries for Go.
https://cloud.google.com/go/docs/reference
Apache License 2.0
3.76k stars 1.29k forks source link

storage: TestRetryTimeoutEmulated failed #10818

Closed flaky-bot[bot] closed 4 weeks ago

flaky-bot[bot] commented 2 months ago

This test failed!

To configure my behavior, see the Flaky Bot documentation.

If I'm commenting on this issue too often, add the flakybot: quiet label and I will stop commenting.


commit: 2ddeb1544a53188a7592046b98913982f1b0cf04 buildURL: Build Status, Sponge status: failed

flaky-bot[bot] commented 2 months ago

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 (2ddeb1544a53188a7592046b98913982f1b0cf04), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

tritone commented 1 month ago

client_test.go:1384: GetBucket: got unexpected error: rpc error: code = DeadlineExceeded desc = context deadline exceeded; want 503
    client_test.go:1389: GetBucket: got unexpected error rpc error: code = DeadlineExceeded desc = context deadline exceeded, want to match DeadlineExceeded.
--- FAIL: TestRetryTimeoutEmulated (0.22s)
    --- PASS: TestRetryTimeoutEmulated/http (0.10s)
    --- FAIL: TestRetryTimeoutEmulated/grpc (0.11s)```
tritone commented 4 weeks ago

It looks like this request timed out on the testbench server before a retry could happen.

I'm going to close this for now; if it fails again we could extend the timeout (but preferably not because it makes the test longer).