Whamcloud - gitweb
LU-7005 tests: disable conf-sanity test_50i 80/15980/2
authorAndreas Dilger <andreas.dilger@intel.com>
Thu, 13 Aug 2015 19:24:03 +0000 (13:24 -0600)
committerAndreas Dilger <andreas.dilger@intel.com>
Thu, 13 Aug 2015 19:29:14 +0000 (19:29 +0000)
Skip new test for permanently disabling MDT because it is failing
about 50% of the time.

Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Change-Id: I39f71aa5fa880f95f024f74fbca6ef261a6e4dcd
Reviewed-on: http://review.whamcloud.com/15980

lustre/tests/conf-sanity.sh

index e9252f7..617f016 100644 (file)
@@ -4,8 +4,8 @@ set -e
 
 ONLY=${ONLY:-"$*"}
 
-# bug number for skipped test:
-ALWAYS_EXCEPT="$CONF_SANITY_EXCEPT"
+# bug number for skipped test:     LU-7005
+ALWAYS_EXCEPT="$CONF_SANITY_EXCEPT 50i"
 # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
 
 is_sles11()                                            # LU-2181