Whamcloud - gitweb
LU-1190 test: Test failure on sanity, subtest test_51c.
authoryangsheng <ys@whamcloud.com>
Thu, 8 Mar 2012 03:08:45 +0000 (11:08 +0800)
committerOleg Drokin <green@whamcloud.com>
Mon, 12 Mar 2012 22:49:05 +0000 (18:49 -0400)
Since LU-993 already add test_51ba for rmdir test, So remove test_51c.

Signed-off-by: yang sheng <ys@whamcloud.com>
Change-Id: Ib517f83964a877b687a332c7e1ff7a74c79836b6
Reviewed-on: http://review.whamcloud.com/2269
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanity.sh

index 65873df..96d5b8f 100644 (file)
@@ -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