From: grev Date: Fri, 13 Mar 2009 15:48:18 +0000 (+0000) Subject: b=17195 X-Git-Tag: v1_8_0_110~188 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=4ba063b3a3d3c490688eba62c7bfd2195343c352;p=fs%2Flustre-release.git b=17195 i=Tappro skip the tests if no delayed recovery --- diff --git a/lustre/tests/large-scale.sh b/lustre/tests/large-scale.sh index 580c95e..356ff57 100644 --- a/lustre/tests/large-scale.sh +++ b/lustre/tests/large-scale.sh @@ -71,6 +71,8 @@ delete_fake_exports () { } test_1b() { + delayed_recovery_enabled || { skip "No delayed recovery support"; return 0; } + local FAKE_NUM local NUM @@ -104,6 +106,8 @@ fail_mds () { } test_1c() { + delayed_recovery_enabled || { skip "No delayed recovery support"; return 0; } + zconf_mount_clients $CLIENTS $DIR # sanity mds fail (to exclude the recults on fresh formatted fs)