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

storage: TestIntegration_Autoclass failed

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

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: 15a6fe288eb2e5d1b3edee7674060b95bafdf313 buildURL: Build Status, Sponge status: failed

flaky-bot[bot] avatar Jan 04 '24 02:01 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 (15a6fe288eb2e5d1b3edee7674060b95bafdf313), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

flaky-bot[bot] avatar Jan 04 '24 10:01 flaky-bot[bot]

=== RUN   TestIntegration_Autoclass/grpc
    integration_test.go:927: update: rpc error: code = FailedPrecondition desc = At least one of the pre-conditions you specified did not hold.

Looks like our retries are working. I think mustUpdateBucket needs a check to not error out on failed precondition.

BrennaEpp avatar Jan 24 '24 06:01 BrennaEpp