From 666d13f599f7ec4ad97a7d16a69be948e33599a4 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Mon, 10 Mar 2025 16:15:07 +0530 Subject: [PATCH] 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 --- qa/workunits/rbd/rbd_mirror_group_simple.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/rbd/rbd_mirror_group_simple.sh b/qa/workunits/rbd/rbd_mirror_group_simple.sh index 5c1f1dfba6d0e..7b6db746e87ce 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)) -- 2.39.5