Skip to content

Commit

Permalink
Merge pull request ceph#60591 from smanjara/wip-datalog-autotrim
Browse files Browse the repository at this point in the history
qa/multisite: add extra checkpoints in datalog_autotrim testcase
  • Loading branch information
smanjara authored Dec 3, 2024
2 parents fcf5b2f + 5586052 commit 61b0700
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/rgw/rgw_multi/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,9 @@ def test_datalog_autotrim():
# wait for metadata and data sync to catch up
zonegroup_meta_checkpoint(zonegroup)
zonegroup_data_checkpoint(zonegroup_conns)
zonegroup_bucket_checkpoint(zonegroup_conns, bucket.name)
time.sleep(config.checkpoint_delay)
zonegroup_data_checkpoint(zonegroup_conns)

# trim each datalog
for zone, _ in zone_bucket:
Expand Down

0 comments on commit 61b0700

Please sign in to comment.