Whamcloud - gitweb
LU-6455 test: disable IMA related tests 64/15164/3
authorBob Glossman <bob.glossman@intel.com>
Fri, 5 Jun 2015 19:48:52 +0000 (12:48 -0700)
committerAndreas Dilger <andreas.dilger@intel.com>
Sat, 13 Jun 2015 05:32:25 +0000 (05:32 +0000)
Disable tests where IMA xattrs cause test failures.
This is a short term workaround to avoid known test problems
until a good fix for the IMA issues is found.

Signed-off-by: Bob Glossman <bob.glossman@intel.com>
Change-Id: I7622135218facb8ed9ed9c9056204bba389cf370
Reviewed-on: http://review.whamcloud.com/15164
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
lustre/tests/replay-single.sh
lustre/tests/replay-vbr.sh

index 9345ffc..d697853 100755 (executable)
@@ -25,6 +25,12 @@ require_dsh_mds || exit 0
 ALWAYS_EXCEPT="                 61d    $REPLAY_SINGLE_EXCEPT"
 # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
 
+case "$(lsb_release -sr)" in   # only disable tests for el7
+7*)    # bug number:  LU-6455-----
+       ALWAYS_EXCEPT="$ALWAYS_EXCEPT 28"
+       ;;
+esac
+
 #                                                  63 min  7 min  AT AT AT AT"
 [ "$SLOW" = "no" ] && EXCEPT_SLOW="1 2 3 4 6 12 16 44a      44b    65 66 67 68"
 
index ca00df5..a6301a3 100644 (file)
@@ -7,6 +7,12 @@ set -e
 # bug number:  16356
 ALWAYS_EXCEPT="12a   $REPLAY_VBR_EXCEPT"
 
+case "$(lsb_release -sr)" in   # only disable tests for el7
+7*)    # bug number:  LU-6455
+       ALWAYS_EXCEPT="$ALWAYS_EXCEPT 4i 4j 4k 10b"
+       ;;
+esac
+
 SAVE_PWD=$PWD
 LUSTRE=${LUSTRE:-$(cd $(dirname $0)/..; echo $PWD)}
 SETUP=${SETUP:-}