mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-22 09:29:43 +00:00
s3tests: do not exit cleanup after first bucket!
Bucket cleanup code was exiting after the first succesful bucket
removed, instead of cleaning up all buckets. This left many buckets
behind over time, causing large slowdowns of the test suite.
This was introduced in commit c41ebab9cf
,
when changes for versioned files were added.
Signed-off-by: Kobi Laredo <kobi.laredo@dreamhost.com>
Signed-off-by: Robin H. Johnson <robin.johnson@dreamhost.com>
Backport: hammer
This commit is contained in:
parent
017354ae07
commit
de65c582b7
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ def nuke_prefixed_buckets_on_conn(prefix, name, conn):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if success:
|
if success:
|
||||||
return
|
break
|
||||||
|
|
||||||
bucket.set_canned_acl('private')
|
bucket.set_canned_acl('private')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue