From 30fd56b12ec22b3e19298c1f7e7c5f54551c015b Mon Sep 17 00:00:00 2001 From: yangsheng Date: Thu, 8 Mar 2012 11:08:45 +0800 Subject: [PATCH] LU-1190 test: Test failure on sanity, subtest test_51c. Since LU-993 already add test_51ba for rmdir test, So remove test_51c. Signed-off-by: yang sheng Change-Id: Ib517f83964a877b687a332c7e1ff7a74c79836b6 Reviewed-on: http://review.whamcloud.com/2269 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin --- lustre/tests/sanity.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 65873df..96d5b8f 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -66,7 +66,7 @@ init_test_env $@ . ${CONFIG:=$LUSTRE/tests/cfg/${NAME}.sh} init_logging -[ "$SLOW" = "no" ] && EXCEPT_SLOW="24o 24v 27m 36f 36g 36h 51b 51c 60c 63 64b 68 71 73 77f 78 101a 103 115 120g 124b" +[ "$SLOW" = "no" ] && EXCEPT_SLOW="24o 24v 27m 36f 36g 36h 51b 60c 63 64b 68 71 73 77f 78 101a 103 115 120g 124b" FAIL_ON_ERROR=false @@ -3084,15 +3084,6 @@ test_51bb() { } run_test 51bb "mkdir createmany CMD $MDSCOUNT ====================" - -test_51c() { - [ ! -d $DIR/d51b ] && skip "$DIR/51b missing" && \ - return - - unlinkmany -d $DIR/d51b/t- $NUMTEST -} -run_test 51c "rmdir .../t-0 --- .../t-$NUMTEST ====================" - test_51d() { [ "$OSTCOUNT" -lt "3" ] && skip_env "skipping test with few OSTs" && return mkdir -p $DIR/d51d -- 1.8.3.1