From f021cc6705e2d3e6dbfcbad6f439cdcaa4b340a7 Mon Sep 17 00:00:00 2001 From: grev Date: Wed, 22 Oct 2008 17:56:09 +0000 Subject: [PATCH] b=16551 (att 19784) o=Adilger i=grev skip replay/recovery tests if remote MDS/OSS with nodsh b=16551 (att 19835) i=Nathan do skip_rem[mds|ost] check only if test suit is run; fail acc-sm if tests suits were skipped due to nodsh b=17326 i=Alexey.Lyashkov remove now-useless remount/reconfig for liblustre; always add accept=all for lnet module --- lustre/tests/replay-dual.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lustre/tests/replay-dual.sh b/lustre/tests/replay-dual.sh index 09f278a..120f9ea 100755 --- a/lustre/tests/replay-dual.sh +++ b/lustre/tests/replay-dual.sh @@ -24,7 +24,8 @@ init_test_env $@ . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} -# +remote_mds_nodsh && skip "remote MDS with nodsh" && exit 0 + [ "$SLOW" = "no" ] && EXCEPT_SLOW="1 2 3 4 5 14" build_test_filter @@ -321,6 +322,8 @@ test_16() { run_test 16 "fail MDS during recovery (3571)" test_17() { + remote_ost_nodsh && skip "remote OST with nodsh" && return 0 + createmany -o $MOUNT1/$tfile- 25 createmany -o $MOUNT2/$tfile-2- 1 -- 1.8.3.1