From 945c25419afee0935bff8619df45f8e3df13fa23 Mon Sep 17 00:00:00 2001 From: Bruno Faccini Date: Sun, 2 Nov 2014 15:06:46 -0500 Subject: [PATCH] LU-4176 tests: re-enable sanity-hsm/test_31a Due to frequent failures and despite first patch/fix for LU-4176 has landed, sanity-hsm/test_31a has been disabled like other sub-tests in a patch for LU-4178. Since both test_31[b,c], which also triggered the same issue, are running fine now and with original fix for LU-4176, it is time to re-enable it. Signed-off-by: Bruno Faccini Change-Id: I5cc6c23b7cb48e190438eb3b84fa55ffdb198739 Reviewed-on: http://review.whamcloud.com/9577 Tested-by: Jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: James Simmons --- lustre/tests/sanity-hsm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity-hsm.sh b/lustre/tests/sanity-hsm.sh index 3fb1e30..fc48b69 100755 --- a/lustre/tests/sanity-hsm.sh +++ b/lustre/tests/sanity-hsm.sh @@ -15,8 +15,8 @@ ONLY=${ONLY:-"$*"} ALWAYS_EXCEPT="$SANITY_HSM_EXCEPT 34 35 36" # bug number for skipped test:LU-5474 ALWAYS_EXCEPT="$ALWAYS_EXCEPT 90" -# bug number for skipped test:LU-4178 LU-4176 -ALWAYS_EXCEPT="$ALWAYS_EXCEPT 200 221 223b 31a" +# bug number for skipped test:LU-4178 +ALWAYS_EXCEPT="$ALWAYS_EXCEPT 200 221 223b" # bug number for skipped test:LU-3852 ALWAYS_EXCEPT="$ALWAYS_EXCEPT 251" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! -- 1.8.3.1