Skip to content

Commit 61b0700

Browse files
authored
Merge pull request ceph#60591 from smanjara/wip-datalog-autotrim
qa/multisite: add extra checkpoints in datalog_autotrim testcase
2 parents fcf5b2f + 5586052 commit 61b0700

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/rgw/rgw_multi/tests.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,6 +1212,9 @@ def test_datalog_autotrim():
12121212
# wait for metadata and data sync to catch up
12131213
zonegroup_meta_checkpoint(zonegroup)
12141214
zonegroup_data_checkpoint(zonegroup_conns)
1215+
zonegroup_bucket_checkpoint(zonegroup_conns, bucket.name)
1216+
time.sleep(config.checkpoint_delay)
1217+
zonegroup_data_checkpoint(zonegroup_conns)
12151218

12161219
# trim each datalog
12171220
for zone, _ in zone_bucket:

0 commit comments

Comments
 (0)