From: Hongchao Zhang Date: Fri, 21 Sep 2012 23:16:33 +0000 (+0800) Subject: LU-1753 test: use large resend count for 118i in sanity X-Git-Tag: 2.3.51~41 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=9a6aa6bd2f0ec18628115097444a0375500123c0 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 --- 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