From 5c8dfe2bdf8313b6bbb2055dd22290f328d94549 Mon Sep 17 00:00:00 2001 From: Bobi Jam Date: Thu, 2 Aug 2018 12:06:21 +0800 Subject: [PATCH] LU-11127 test: sanity-flr OST not recovery fast enough use wait_recovery_complete() than wait_osc_import_state() to be more patient for OST recovery. Test-Parameters: trivial mdtcount=2 mdscount=2 testlist=sanity-flr,sanity-flr,sanity-flr,sanity-flr Test-Parameters: mdtcount=2 mdscount=2 testlist=sanity-flr,sanity-flr,sanity-flr,sanity-flr Signed-off-by: Bobi Jam Change-Id: I2d652d09b0575a720e5ef9701fb7067cbf454079 Reviewed-on: https://review.whamcloud.com/32922 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Nunez Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin --- lustre/tests/sanity-flr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity-flr.sh b/lustre/tests/sanity-flr.sh index a68c340..fd5f5c6 100644 --- a/lustre/tests/sanity-flr.sh +++ b/lustre/tests/sanity-flr.sh @@ -77,7 +77,7 @@ start_osts() { done for idx in "$@"; do - wait_osc_import_state client ost$idx FULL + wait_recovery_complete ost$idx done } -- 1.8.3.1