Skip to content

Commit

Permalink
qa/multisite: add extra checkpoints in datalog_autotrim testcase
Browse files Browse the repository at this point in the history
Signed-off-by: Shilpa Jagannath <[email protected]>
  • Loading branch information
Shilpa Jagannath committed Nov 1, 2024
1 parent 4b3747a commit 5586052
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 5586052

Please sign in to comment.