From: Elena Gryaznova Date: Thu, 19 Aug 2010 11:23:08 +0000 (+0400) Subject: b=22797 notify users that recovery-[random,double]-scale tests are not functional... X-Git-Tag: 2.0.51.0~58 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=194fc7034057a90e881aaf4f9ee9f68fc6172406;hp=b5a8338cbc9e25e94c50f65f510008c1fbf9dca9 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 f88afae..4c0ea6f 100644 --- a/lustre/tests/recovery-double-scale.sh +++ b/lustre/tests/recovery-double-scale.sh @@ -44,6 +44,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 4f8e879..57fe798 100644 --- a/lustre/tests/recovery-random-scale.sh +++ b/lustre/tests/recovery-random-scale.sh @@ -43,6 +43,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