From 8946982fa6d591a10621d7a0e6b947f147c9b652 Mon Sep 17 00:00:00 2001 From: viduship Date: Tue, 21 Nov 2023 10:20:11 +0530 Subject: [PATCH] CEPH-83575917: Test archive site on/off on an upload of 5K objects Signed-off-by: viduship --- .../tier-2_rgw_ms_archive_with_haproxy.yaml | 69 +++++++++++++++---- 1 file changed, 55 insertions(+), 14 deletions(-) diff --git a/suites/reef/rgw/tier-2_rgw_ms_archive_with_haproxy.yaml b/suites/reef/rgw/tier-2_rgw_ms_archive_with_haproxy.yaml index 8b9503541a..79c142d99a 100644 --- a/suites/reef/rgw/tier-2_rgw_ms_archive_with_haproxy.yaml +++ b/suites/reef/rgw/tier-2_rgw_ms_archive_with_haproxy.yaml @@ -528,20 +528,6 @@ tests: name: test LC transition on multisite with object acl set polarion-id: CEPH-83574048 comments: known issue, bug-2213801 - - test: - clusters: - ceph-pri: - config: - config-file-name: test_Mbuckets_with_Nobjects_no_reshard_haproxy.yaml - script-name: test_Mbuckets_with_Nobjects.py - run-on-haproxy: true - timeout: 600 - test-archive-bucket-stats: true - desc: Execute M buckets with N objects on primary and verify on secondary & archive cluster - polarion-id: CEPH-83575575 - module: sanity_rgw_multisite.py - name: m buckets with n objects - comments: bug-2213138, known failure - test: clusters: ceph-pri: @@ -568,3 +554,58 @@ tests: module: sanity_rgw_multisite.py name: test versioning suspend on archive polarion-id: CEPH-83575578 + - test: + abort-on-fail: true + clusters: + ceph-arc: + config: + cephadm: true + commands: + - "ceph orch stop rgw.shared.arc" + timeout: 120 + desc: Powerering off archive zone with IOs in progress + module: exec.py + name: Powerering off archive zone with IOs in progress + + - test: + clusters: + ceph-pri: + config: + set-env: true + script-name: ../s3cmd/test_s3cmd.py + config-file-name: ../../s3cmd/multisite_configs/test_s3cmd.yaml + run-on-haproxy: true + monitor-consistency-bucket-stats: true + timeout: 300 + desc: Upload 5000 objects via s3cmd to test full sync at archive + polarion-id: CEPH-83575917 + module: sanity_rgw_multisite.py + name: Upload 5000 objects via s3cmd to test full sync at archive + + - test: + abort-on-fail: true + clusters: + ceph-arc: + config: + cephadm: true + commands: + - "ceph orch restart rgw.shared.arc" + desc: Powerering on archive zone with IOs in progress + module: exec.py + name: Powerering on archive zone with IOs in progress + + - test: + clusters: + ceph-pri: + config: + config-file-name: test_Mbuckets_with_Nobjects_no_reshard_haproxy.yaml + script-name: test_Mbuckets_with_Nobjects.py + run-on-haproxy: true + timeout: 300 + test-archive-bucket-stats: true + desc: Execute M buckets with N objects on primary and verify on secondary & archive cluster + polarion-id: CEPH-83575575 + module: sanity_rgw_multisite.py + name: m buckets with n objects + comments: bug-2213138, known failure +