-
Notifications
You must be signed in to change notification settings - Fork 170
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
Adds delay before calling delete bucket operation to avoid intermittent "BucketNotEmpty" error #11135
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: udaysk23 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR validation on existing cluster
Cluster Name: ukurundw-71
Cluster Configuration:
PR Test Suite: tier2
PR Test Path: tests/functional/object/mcg/test_object_versioning.py::TestObjectVersioning::test_versioning_parallel_ops
Additional Test Params:
OCP VERSION: 4.18
OCS VERSION: 4.18
tested against branch: master
Job UNSTABLE (some or all tests failed).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR validation on existing cluster
Cluster Name: ukurundw-71
Cluster Configuration:
PR Test Suite: tier2
PR Test Path: tests/functional/object/mcg/test_object_versioning.py::TestObjectVersioning::test_versioning_parallel_ops
Additional Test Params:
OCP VERSION: 4.18
OCS VERSION: 4.18
tested against branch: master
Job UNSTABLE (some or all tests failed).
bde705d
to
20edb44
Compare
d1320b3
to
dfc32b4
Compare
…nt BucketNotEmpty error Signed-off-by: Uday Kurundwade <[email protected]>
dfc32b4
to
2f08d5e
Compare
Adds delay before calling delete bucket operation to avoid intermittent "BucketNotEmpty" error for versioned buckets
Fixes #10761