From 9a6aa6bd2f0ec18628115097444a0375500123c0 Mon Sep 17 00:00:00 2001 From: Hongchao Zhang Date: Sat, 22 Sep 2012 07:16:33 +0800 Subject: [PATCH] LU-1753 test: use large resend count for 118i in sanity in sanity.sh, the subtest 118i will fail if the resend count of OSC is small for 'SLOW=no' case (it's 4, default is 10). Signed-off-by: Hongchao Zhang Change-Id: I3c49628ed259e7adbff4a100d482e693502bf99d Reviewed-on: http://review.whamcloud.com/4071 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Yu Jian Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin --- lustre/tests/sanity.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index ea9a8cc..7dafbe7 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -6260,6 +6260,8 @@ test_118h() { } run_test 118h "Verify timeout in handling recoverables errors ==========" +[ "$SLOW" = "no" ] && [ -n "$OLD_RESENDCOUNT" ] && set_resend_count $OLD_RESENDCOUNT + test_118i() { remote_ost_nodsh && skip "remote OST with nodsh" && return @@ -6298,6 +6300,8 @@ test_118i() { } run_test 118i "Fix error before timeout in recoverable error ==========" +[ "$SLOW" = "no" ] && set_resend_count 4 + test_118j() { remote_ost_nodsh && skip "remote OST with nodsh" && return -- 1.8.3.1