Whamcloud - gitweb
LU-4176 tests: re-enable sanity-hsm/test_31a 77/9577/5
authorBruno Faccini <bruno.faccini@intel.com>
Sun, 2 Nov 2014 20:06:46 +0000 (15:06 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 4 Nov 2014 17:55:31 +0000 (17:55 +0000)
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 <bruno.faccini@intel.com>
Change-Id: I5cc6c23b7cb48e190438eb3b84fa55ffdb198739
Reviewed-on: http://review.whamcloud.com/9577
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Simmons <uja.ornl@gmail.com>
lustre/tests/sanity-hsm.sh

index 3fb1e30..fc48b69 100755 (executable)
@@ -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!