From: Prasanna Kumar Kalever Date: Mon, 10 Mar 2025 10:45:07 +0000 (+0530) Subject: qa/workunits/rbd: fix test_force_promote_delete_group X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=706385d7b934cc9bd2119081a969aa98639176cc;p=ceph-ci.git qa/workunits/rbd: fix test_force_promote_delete_group Both clusters see themselves in up+stopped and other clusters in up+error Signed-off-by: Prasanna Kumar Kalever --- diff --git a/qa/workunits/rbd/rbd_mirror_group_simple.sh b/qa/workunits/rbd/rbd_mirror_group_simple.sh index 5c1f1dfba6d..7b6db746e87 100755 --- a/qa/workunits/rbd/rbd_mirror_group_simple.sh +++ b/qa/workunits/rbd/rbd_mirror_group_simple.sh @@ -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))