From: Matt Benjamin Date: Tue, 12 Jan 2021 22:14:57 +0000 (-0500) Subject: test/rgw_file: elaborate test cycle X-Git-Tag: v17.1.0~3178^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=247d00817d71548d156f8855692baf1dce3a95e2;p=ceph-ci.git test/rgw_file: elaborate test cycle Ensure that all delete phases are run so that script can be re-run when desired. Signed-off-by: Matt Benjamin Please enter the commit message for your changes. Lines starting --- diff --git a/qa/workunits/rgw/test_librgw_file.sh b/qa/workunits/rgw/test_librgw_file.sh index 7eed6ad8726..dd08befa4e3 100755 --- a/qa/workunits/rgw/test_librgw_file.sh +++ b/qa/workunits/rgw/test_librgw_file.sh @@ -35,11 +35,15 @@ ceph_test_librgw_file_cd --delete --multi --verbose # write continuation test echo "phase 3.1" -ceph_test_librgw_file_aw --create --delete --large --verify +ceph_test_librgw_file_aw --create --large --verify +echo "phase 3.2" +ceph_test_librgw_file_aw --delete --large # continued readdir echo "phase 4.1" ceph_test_librgw_file_marker --create --marker1 --marker2 --nobjs=100 --verbose +echo "phase 4.2" +ceph_test_librgw_file_marker --delete --verbose # advanced i/o--but skip readv/writev for now--split delete from # create and stat ops to avoid fault in sysobject cache