mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-22 09:29:43 +00:00
713012c178
In the function of nuke_prefixed_buckets, if some err is thrown when deleting buckets, the left buckets remain uncleaned. It is kind of resoruce leak on some charged platform. We have to clear them manually. I know the original code is meant to give the user some hint by rasing error. But the resource leak of left buckets is a little annoying. This PR would skip the problem point and continue the teardown process. The last client error would be saved and re-raised after the loop completes. Signed-off-by: Pei <huangp0600@126.com> Signed-off-by: Pei <phuang1@dev-new-3-3854897.slc07.dev.ebayc3.com> |
||
---|---|---|
.. | ||
__init__.py | ||
policy.py | ||
rgw_interactive.py | ||
test_headers.py | ||
test_s3.py | ||
test_utils.py | ||
utils.py |