Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage/objects: TestObjectBucketLock failed #2616

Closed
flaky-bot bot opened this issue Jun 28, 2022 · 1 comment
Closed

storage/objects: TestObjectBucketLock failed #2616

flaky-bot bot opened this issue Jun 28, 2022 · 1 comment
Assignees
Labels
api: storage Issues related to the Cloud Storage API. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. samples Issues that are directly related to samples. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Jun 28, 2022

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


commit: b454472
buildURL: Build Status, Sponge
status: failed

Test output
    objects_test.go:625: setTemporaryHold("golang-samples-tests-9-retent-samples-object-bucket", "foo.txt"): Object("foo.txt").Update: context deadline exceeded
    objects_test.go:632: temporary hold is not disabled
@flaky-bot flaky-bot bot added flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Jun 28, 2022
@product-auto-label product-auto-label bot added api: storage Issues related to the Cloud Storage API. samples Issues that are directly related to samples. labels Jun 28, 2022
@tritone
Copy link
Contributor

tritone commented Jun 29, 2022

In this flake, the call was set up correctly to retry with preconditions, but the initial request to the service hung for over 10s and then timed out, so there was no chance to retry. I'm inclined to close this for now but I will extend the timeout for all samples if this recurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. samples Issues that are directly related to samples. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

1 participant