]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: add missing meta checkpoint to test_multipart_object_sync
authorCasey Bodley <cbodley@redhat.com>
Tue, 10 Nov 2020 21:38:10 +0000 (16:38 -0500)
committerCasey Bodley <cbodley@redhat.com>
Thu, 4 Feb 2021 21:11:30 +0000 (16:11 -0500)
if metadata sync hasn't finished, the 'bucket checkpoint' commands may
not find its bucket info

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/test/rgw/rgw_multi/tests.py

index ae45714cd6cb9a2a412e2d85903f482b1bcbdfdb..986525e6831e935bb6c5790019c8ce07c2701923 100644 (file)
@@ -1204,6 +1204,7 @@ def test_multipart_object_sync():
     mp.upload_part_from_file(StringIO('d' * part_size), 4)
     mp.complete_upload()
 
+    zonegroup_meta_checkpoint(zonegroup)
     zonegroup_bucket_checkpoint(zonegroup_conns, bucket.name)
 
 def test_encrypted_object_sync():