From bf4027348413c273e281791ce1341b3054c2922f Mon Sep 17 00:00:00 2001 From: nic Date: Tue, 3 Aug 2004 22:36:20 +0000 Subject: [PATCH] b=3550 r=adilger Revert 3550 patch as it is causing regressions (4116). Andreas also mentioned that a different approach was being taken on HEAD --- lustre/tests/replay-sanity.sh | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/lustre/tests/replay-sanity.sh b/lustre/tests/replay-sanity.sh index 11d07d6..73d228f 100755 --- a/lustre/tests/replay-sanity.sh +++ b/lustre/tests/replay-sanity.sh @@ -14,7 +14,7 @@ init_test_env $@ . ${CONFIG:=$LUSTRE/tests/cfg/local.sh} # Skip these tests -ALWAYS_EXCEPT="" +ALWAYS_EXCEPT="1 3" gen_config() { rm -f $XMLCONFIG @@ -71,16 +71,6 @@ if [ "$ONLY" == "setup" ]; then fi mkdir -p $DIR - -# b=3550 - replay of unlink -test_0() { - replay_barrier mds - createmany -o $DIR/$tfile-%d 400 || return 1 - unlinkmany $DIR/$tfile-%d 0 400 || return 2 - fail mds - $CHECKSTAT -t file $DIR/$tfile-* && return 3 || true -} -run_test 0 "re-create llog file as created during fail" # bug 3488 - test MDS replay more intensely test_1() { -- 1.8.3.1