Skip to content

Add retries to test fail mb rb#10239

Merged
SamRemis merged 4 commits intoaws:v2from
SamRemis:add-retries-to-test-fail-mb-rb
Apr 23, 2026
Merged

Add retries to test fail mb rb#10239
SamRemis merged 4 commits intoaws:v2from
SamRemis:add-retries-to-test-fail-mb-rb

Conversation

@SamRemis
Copy link
Copy Markdown
Member

Description of changes:
During a test where we attempt to make a bucket that already exists, S3 will occasionally raise OperationAborted exceptions instead of the expected BucketAlreadyExists.

This does not get retried as it is a 409 on an unmodeled exception. This PR adds up to four attempts to get the expected error before failing, using an exponential backoff

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Comment thread tests/integration/customizations/s3/test_plugin.py Outdated
Co-authored-by: jonathan343 <43360731+jonathan343@users.noreply.github.com>
Comment thread tests/integration/customizations/s3/test_plugin.py Outdated
@SamRemis SamRemis dismissed jonathan343’s stale review April 23, 2026 20:45

Addressed the feedback

@SamRemis SamRemis merged commit 23cd2b4 into aws:v2 Apr 23, 2026
55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants