Whamcloud - gitweb
LU-3700 tests: skip sanity-hsm/51b for ZFS 03/8503/2
authorNathaniel Clark <nathaniel.l.clark@intel.com>
Fri, 6 Dec 2013 21:26:59 +0000 (16:26 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 11 Dec 2013 08:01:52 +0000 (08:01 +0000)
EXCEPT sanity-hsm/51b until a full fix can be found for this issue so
that review-zfs can be enabled.

Signed-off-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Change-Id: If6b7fb0d6c5ed20c8fb7ce898311f2b3d53a2916
Reviewed-on: http://review.whamcloud.com/8503
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Faccini Bruno <bruno.faccini@intel.com>
lustre/tests/sanity-hsm.sh

index 69a0a36..0d43e33 100644 (file)
@@ -34,6 +34,10 @@ FAIL_ON_ERROR=false
 [ $MDSCOUNT -gt 9 ] &&
        error "script cannot handle more than 9 MDTs, please fix" && exit
 
 [ $MDSCOUNT -gt 9 ] &&
        error "script cannot handle more than 9 MDTs, please fix" && exit
 
+[ $(facet_fstype $SINGLEMDS) = "zfs" ] &&
+# bug number for skipped test:        LU-3700
+       ALWAYS_EXCEPT="$ALWAYS_EXCEPT 51b"
+
 check_and_setup_lustre
 
 if [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.4.53) ]]; then
 check_and_setup_lustre
 
 if [[ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.4.53) ]]; then