]> 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)
committerAdam C. Emerson <aemerson@redhat.com>
Mon, 13 Sep 2021 16:27:48 +0000 (12:27 -0400)
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 a30993ea50c5fa015208b21927112342422bad99..121ffc7be2e2fee17086a7eb5bb8e2effafc9d32 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():