Skip to content

fix(s3/integration): wait for bucket visibility after ensure-storage-… - #181

Merged
stephanme merged 1 commit into
mainfrom
flaky-its
Sep 9, 2026
Merged

fix(s3/integration): wait for bucket visibility after ensure-storage-…#181
stephanme merged 1 commit into
mainfrom
flaky-its

Conversation

@stephanme

Copy link
Copy Markdown
Member

…exists

In newer AWS regions (eusc-de-east-1) a freshly created bucket may not be visible from a brand-new client connection immediately, even after the CLI's own BucketExistsWaiter returned success. The bare HeadBucket call in AssertOnStorageExists was intermittently returning 404 for that reason. Replace it with a BucketExistsWaiter (60s timeout) so the verification polls until the bucket is accessible from the test's own connection.

Similar fix as in #148

…exists

In newer AWS regions (eusc-de-east-1) a freshly created bucket may not
be visible from a brand-new client connection immediately, even after
the CLI's own BucketExistsWaiter returned success. The bare HeadBucket
call in AssertOnStorageExists was intermittently returning 404 for that
reason. Replace it with a BucketExistsWaiter (60s timeout) so the
verification polls until the bucket is accessible from the test's own
connection.

Similar fix as in #148
@github-project-automation github-project-automation Bot moved this from Inbox to Pending Merge | Prioritized in Foundational Infrastructure Working Group Sep 9, 2026
@stephanme
stephanme merged commit b83fdef into main Sep 9, 2026
19 checks passed
@github-project-automation github-project-automation Bot moved this from Pending Merge | Prioritized to Done in Foundational Infrastructure Working Group Sep 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants