]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commit
nuke_prefixed_buckets() ignores 404 from bucket delete 272/head
authorCasey Bodley <cbodley@redhat.com>
Mon, 22 Apr 2019 19:34:23 +0000 (15:34 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 22 Apr 2019 19:35:12 +0000 (15:35 -0400)
commit28b793271fef258990ccb126d73cc2c5d94bfb6c
tree62b13cb9b789f06bb7a4b077c0daaed790520a93
parent16393fb667eba9b5b91b7a792d03157ae41cff7c
nuke_prefixed_buckets() ignores 404 from bucket delete

if a bucket delete request times out, the retry will likely get a 404
NoSuchBucket response. ignore that error and treat this as a success

Signed-off-by: Casey Bodley <cbodley@redhat.com>
s3tests/functional/__init__.py
s3tests_boto3/functional/__init__.py