Skip to content

Commit

Permalink
CEPH-83575917: Test archive site on/off on an upload of 5K objects
Browse files Browse the repository at this point in the history
Signed-off-by: viduship <[email protected]>
  • Loading branch information
viduship committed Nov 21, 2023
1 parent 0aa7c1c commit 8946982
Showing 1 changed file with 55 additions and 14 deletions.
69 changes: 55 additions & 14 deletions suites/reef/rgw/tier-2_rgw_ms_archive_with_haproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 8946982

Please sign in to comment.