From ad720ef6863538c83d4b74d6caef2d32e32a7f9b Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Wed, 30 Jan 2013 15:07:04 -0700 Subject: [PATCH] LU-2712 tests: enable sanity/sanityn SLOW tests Enable a number of subtests in sanity.sh and sanityn.sh that are currently skipped for normal "review" builds because of "SLOW=no". Checking the maloo test history for these tests, they are verified as always passing for "full" builds in the SLOW=yes case. Signed-off-by: Andreas Dilger Change-Id: I340ccdf1323d14a34dc87a5217b3256c8f62cab0 Reviewed-on: http://review.whamcloud.com/5218 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Keith Mannthey Reviewed-by: Jian Yu Reviewed-by: James Nunez Reviewed-by: Oleg Drokin --- lustre/tests/sanity.sh | 2 +- lustre/tests/sanityn.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index fb22df9..bd7753a 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -58,7 +58,7 @@ init_test_env $@ . ${CONFIG:=$LUSTRE/tests/cfg/${NAME}.sh} init_logging -[ "$SLOW" = "no" ] && EXCEPT_SLOW="24o 24v 27m 36f 36g 36h 51b 60c 63 64b 68 71 73 77f 78 101a 115 120g 124b" +[ "$SLOW" = "no" ] && EXCEPT_SLOW="24o 27m 64b 68 71 77f 78 115 124b" [ $(facet_fstype $SINGLEMDS) = "zfs" ] && # bug number for skipped test: LU-2834 LU-1593 LU-2610 LU-2833 LU-1957 LU-2805 diff --git a/lustre/tests/sanityn.sh b/lustre/tests/sanityn.sh index ec40ac7..aaf9035 100644 --- a/lustre/tests/sanityn.sh +++ b/lustre/tests/sanityn.sh @@ -44,7 +44,7 @@ init_logging # bug number for skipped test: LU-2840 LU-2776 ALWAYS_EXCEPT="$ALWAYS_EXCEPT 21 51a" -[ "$SLOW" = "no" ] && EXCEPT_SLOW="12 23 33a" +[ "$SLOW" = "no" ] && EXCEPT_SLOW="33a" FAIL_ON_ERROR=false -- 1.8.3.1