]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/rgw/rgw_multi/tests.py
import quincy beta 17.1.0
[ceph.git] / ceph / src / test / rgw / rgw_multi / tests.py
index ae45714cd6cb9a2a412e2d85903f482b1bcbdfdb..a30993ea50c5fa015208b21927112342422bad99 100644 (file)
@@ -1309,6 +1309,8 @@ def test_bucket_creation_time():
     zonegroup = realm.master_zonegroup()
     zonegroup_conns = ZonegroupConns(zonegroup)
 
+    zonegroup_meta_checkpoint(zonegroup)
+
     zone_buckets = [zone.get_connection().get_all_buckets() for zone in zonegroup_conns.rw_zones]
     for z1, z2 in combinations(zone_buckets, 2):
         for a, b in zip(z1, z2):