From 194fc7034057a90e881aaf4f9ee9f68fc6172406 Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Thu, 19 Aug 2010 15:23:08 +0400 Subject: [PATCH] b=22797 notify users that recovery-[random,double]-scale tests are not functional for SOFT failure mode i=Brian.Murrell --- lustre/tests/recovery-double-scale.sh | 3 +++ lustre/tests/recovery-random-scale.sh | 3 +++ 2 files changed, 6 insertions(+) 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 -- 1.8.3.1