From b66f20c77d7501331d301ea61b62d0280bab677e Mon Sep 17 00:00:00 2001 From: Lai Siyao Date: Tue, 12 Mar 2013 00:11:27 +0800 Subject: [PATCH] LU-2852 script: sanity 27u should cleanup test dir sanity 27u should cleanup test dir before test in case there are remaining files from previous tests. remove 27u from ALWAYS_EXCEPT since it can pass now. Signed-off-by: Lai Siyao Change-Id: Id21589c1e1ecf0f4143fad3574cd779c73adb7aa Reviewed-on: http://review.whamcloud.com/5670 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Bobi Jam Reviewed-by: Jian Yu Reviewed-by: Oleg Drokin --- lustre/tests/sanity.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index af29ca2..41bcfc6 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -9,7 +9,7 @@ set -e ONLY=${ONLY:-"$*"} # bug number for skipped test: 13297 2108 9789 3637 9789 3561 12622 5188 -ALWAYS_EXCEPT=" 27u 42a 42b 42c 42d 45 51d 68b $SANITY_EXCEPT" +ALWAYS_EXCEPT=" 42a 42b 42c 42d 45 51d 68b $SANITY_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! # with LOD/OSP landing @@ -1484,6 +1484,7 @@ test_27u() { # bug 4900 #define OBD_FAIL_MDS_OSC_PRECREATE 0x139 do_facet $SINGLEMDS lctl set_param fail_loc=0x139 test_mkdir -p $DIR/$tdir + rm -rf $DIR/$tdir/* createmany -o $DIR/$tdir/t- 1000 do_facet $SINGLEMDS lctl set_param fail_loc=0 -- 1.8.3.1