Whamcloud - gitweb
LU-4970 tests: EXCEPT sanity-lfsck/14 for ZFS 73/10473/2
authorNathaniel Clark <nathaniel.l.clark@intel.com>
Wed, 28 May 2014 20:04:09 +0000 (16:04 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 4 Jun 2014 23:01:25 +0000 (23:01 +0000)
Due to sanity-lfsck/14 recurrent failures, EXCEPT it until it can be
better root-caused, to allow review-zfs to be enforced.

Signed-off-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Change-Id: I7d267169fe7080c9702ccd9b8f5697fb8b63121f
Reviewed-on: http://review.whamcloud.com/10473
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Emoly Liu <emoly.liu@intel.com>
lustre/tests/sanity-lfsck.sh

index bb11656..638a523 100644 (file)
@@ -44,6 +44,10 @@ setupall
 [[ $(lustre_version_code ost1) -lt $(version_code 2.5.55) ]] &&
        ALWAYS_EXCEPT="$ALWAYS_EXCEPT 11 12 13 14 15 16 17 18 19"
 
+[ $(facet_fstype $SINGLEMDS) = "zfs" ] &&
+# bug number for skipped test:        LU-4970
+       ALWAYS_EXCEPT="$ALWAYS_EXCEPT 14"
+
 build_test_filter
 
 $LCTL set_param debug=+lfsck > /dev/null || true