From: Elena Gryaznova Date: Tue, 22 Jun 2010 21:11:36 +0000 (+0400) Subject: b=22797 notify users that recovery-[random,double]-scale tests are not functional... X-Git-Tag: v1_8_3_55~11 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=afec7914022bb55c6dca13ab3ee3644be611aeff;p=fs%2Flustre-release.git b=22797 notify users that recovery-[random,double]-scale tests are not functional for SOFT failure mode i=Brian.Murrell --- diff --git a/lustre/tests/recovery-double-scale.sh b/lustre/tests/recovery-double-scale.sh index 3a8e203..bdb765c 100644 --- a/lustre/tests/recovery-double-scale.sh +++ b/lustre/tests/recovery-double-scale.sh @@ -43,6 +43,9 @@ remote_ost_nodsh && skip "remote OST with nodsh" && exit 0 check_timeout || exit 1 +[[ $FAILURE_MODE = SOFT ]] && \ + log "WARNING: $0 is not functional with FAILURE_MODE = SOFT, bz22797" + build_test_filter check_and_setup_lustre diff --git a/lustre/tests/recovery-random-scale.sh b/lustre/tests/recovery-random-scale.sh index 3cf5a16..945c4db 100644 --- a/lustre/tests/recovery-random-scale.sh +++ b/lustre/tests/recovery-random-scale.sh @@ -42,6 +42,9 @@ LOAD_PID_FILE=${LOAD_PID_FILE:-$TMP/client-load.pid} remote_mds_nodsh && skip "remote MDS with nodsh" && exit 0 +[[ $FAILURE_MODE = SOFT ]] && \ + log "WARNING: $0 is not functional with FAILURE_MODE = SOFT, bz22797" + build_test_filter check_and_setup_lustre