| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| bucket = storage_client.bucket(shared_bucket_name) | ||
| bucket.versioning_enabled = True | ||
| _helpers.retry_429_503(bucket.create)() | ||
| # Create the bucket only if it doesn't yet exist. |
There was a problem hiding this comment.
Under what circumstances would the bucket already exist? Do we know?
Sorry, something went wrong.
There was a problem hiding this comment.
The flaky test logs returned a 409 conflict error where a fixture bucket already existed. I'm guessing a server connection reset may have happened midway, causing the pytest fixture to rerun, and hence hitting the conflict error.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #1316
Fixes #1315
Fixes #1314
Fixes #1312
Fixes #1310
Fixes #1300