]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/rgw: test that multipart re-upload does not leave any orphans 52615/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Thu, 23 Mar 2023 21:45:06 +0000 (17:45 -0400)
committerMykola Golub <mgolub@suse.com>
Tue, 25 Jul 2023 06:55:13 +0000 (09:55 +0300)
commit6a1147c54760130c961ef9f5dd939b60582870c7
tree47adf70291aab4bf28f37d23d5a0a69762dd1bd7
parentc1444501ab7918ce42bdc26b9d860ad26e34dd69
qa/rgw: test that multipart re-upload does not leave any orphans

Runs a boto script that reuploads one part multiple times before
completing and then we check for any orphans.

Original boto script contributed by Matt Benjamin
<mbenjami@redhat.com> on top of which modifications were made.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
(cherry picked from commit aeffd1b5986ad13f7a1f962cbff2fc72a5b21abe)
qa/suites/rgw/verify/tasks/mp_reupload.yaml [new file with mode: 0644]
qa/workunits/rgw/test_rgw_s3_mp_reupload.py [new file with mode: 0755]
qa/workunits/rgw/test_rgw_s3_mp_reupload.sh [new file with mode: 0755]