From 68a8555d6912a6bdc1d88892553f2ae95167fc57 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Wed, 24 Apr 2024 13:54:05 +0200 Subject: [PATCH] tests: avoid race check --- test/shell/lvextend-raid.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/shell/lvextend-raid.sh b/test/shell/lvextend-raid.sh index 145dfe157..caf8c0bdd 100644 --- a/test/shell/lvextend-raid.sh +++ b/test/shell/lvextend-raid.sh @@ -75,6 +75,7 @@ if [ $PROGRESS -eq 1 ] then not check lv_field $vg/$lv1 sync_percent "100.00" else + aux wait_for_sync $vg $lv1 check lv_field $vg/$lv1 sync_percent "100.00" fi -- 2.43.5