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

Commits on Sep 6, 2022

  1. test(storage): increase timeout for ACL test retry

    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 committed Sep 6, 2022
    Copy the full SHA
    f6c8322 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Copy the full SHA
    6ad87bd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d0148ed View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e278a65 View commit details
    Browse the repository at this point in the history