From 4cb51c76ed2afa168f19e999190a315803580258 Mon Sep 17 00:00:00 2001 From: "John L. Hammond" Date: Tue, 30 Dec 2014 09:01:58 -0600 Subject: [PATCH] LU-4178 tests: increase sanity-hsm wait_request_state tiemout In the sanity-hsm.sh utility function wait_request_state() increase the wait_result timeout from 100 seconds to 200. Signed-off-by: John L. Hammond Change-Id: I4fd2734d7d178cbfa3b881b725e3b5aff7ab603e Reviewed-on: http://review.whamcloud.com/13206 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: jacques-Charles Lafoucriere Reviewed-by: Faccini Bruno Reviewed-by: Oleg Drokin --- lustre/tests/sanity-hsm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity-hsm.sh b/lustre/tests/sanity-hsm.sh index 64f5376..68a496c 100755 --- a/lustre/tests/sanity-hsm.sh +++ b/lustre/tests/sanity-hsm.sh @@ -694,7 +694,7 @@ wait_request_state() { local cmd="$LCTL get_param -n ${MDT_PREFIX}${mdtidx}.hsm.actions" cmd+=" | awk '/'$fid'.*action='$request'/ {print \\\$13}' | cut -f2 -d=" - wait_result $mds "$cmd" $state 100 || + wait_result $mds "$cmd" $state 200 || error "request on $fid is not $state on $mds" } -- 1.8.3.1