]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/rbd: fix test_force_promote_delete_group
authorPrasanna Kumar Kalever <prasanna.kalever@redhat.com>
Mon, 10 Mar 2025 10:45:07 +0000 (16:15 +0530)
committerPrasanna Kumar Kalever <prasanna.kalever@redhat.com>
Thu, 24 Apr 2025 15:56:33 +0000 (21:26 +0530)
Both clusters see themselves in up+stopped and other clusters in up+error

Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
qa/workunits/rbd/rbd_mirror_group_simple.sh

index 5c1f1dfba6d0ef698f5b4148ebf363c634a1a392..7b6db746e87cecf907021ce7e6285355b59c0366 100755 (executable)
@@ -2234,7 +2234,7 @@ test_force_promote_delete_group()
   test_fields_in_group_info ${secondary_cluster} ${pool}/${group0} 'snapshot' 'enabled' 'true'
 
   wait_for_group_status_in_pool_dir ${primary_cluster} ${pool}/${group0} 'up+stopped' 0
-  wait_for_group_status_in_pool_dir ${secondary_cluster} ${pool}/${group0} 'up+error' 0
+  wait_for_group_status_in_pool_dir ${secondary_cluster} ${pool}/${group0} 'up+stopped' 0
 
   # TODO - test normally fails on next line with missing images
   wait_for_group_present "${secondary_cluster}" "${pool}" "${group0}" $(("${image_count}"-1))