From afec7914022bb55c6dca13ab3ee3644be611aeff Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Wed, 23 Jun 2010 01:11:36 +0400 Subject: [PATCH 1/1] 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 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 -- 1.8.3.1