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

test(storage): increase timeout for ACL test retry #6618

Merged
merged 4 commits into from Sep 7, 2022

Conversation

tritone
Copy link
Contributor

@tritone tritone commented Sep 6, 2022

Previously the docs said that these operations would take effect
within 10s, but I noticed that at some point this was loosened
up to "at least 30s" and "about a minute" depending on the
location. I think these tests will still usually run in a similar
amount of time, but hopefully extending this timeout will avoid
some flakes.

https://cloud.google.com/storage/docs/consistency#eventually_consistent_operations
https://cloud.google.com/storage/docs/access-control/lists#modification-rules
(see note above)

Fixes #6579

Previously the docs said that these operations would take effect
within 10s, but I noticed that at some point this was loosened
up to "at least 30s" and "about a minute" depending on the
location. I think these tests will still usually run in a similar
amount of time, but hopefully extending this timeout will avoid
some flakes.

https://cloud.google.com/storage/docs/consistency#eventually_consistent_operations
https://cloud.google.com/storage/docs/access-control/lists#modification-rules
 (see note above)

Fixes googleapis#6579
@tritone tritone requested review from a team as code owners September 6, 2022 16:24
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: storage Issues related to the Cloud Storage API. labels Sep 6, 2022
Copy link
Contributor

@BrennaEpp BrennaEpp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Chris!

@tritone tritone enabled auto-merge (squash) September 7, 2022 17:11
@tritone tritone merged commit c66c599 into googleapis:main Sep 7, 2022
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. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

storage: TestIntegration_ACL failed
2 participants