Whamcloud - gitweb
LU-1956 test: Disable test_156 for ZFS
authorNathaniel Clark <nathaniel.l.clark@intel.com>
Fri, 2 Nov 2012 16:00:11 +0000 (12:00 -0400)
committerOleg Drokin <green@whamcloud.com>
Mon, 19 Nov 2012 23:36:31 +0000 (18:36 -0500)
Since osd-zfs does not collect or report caching stats, do not run 156
against it.  Mark test as skipped.  Created LU-2261 as enhancement to
add caching stats to osd-zfs.

Signed-off-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Change-Id: Id4a0b92cc775a0751fa023d6027240e8511aa312
Reviewed-on: http://review.whamcloud.com/4448
Tested-by: Hudson
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
lustre/tests/sanity.sh

index d015a4c..87d3026 100644 (file)
@@ -8207,6 +8207,10 @@ test_156() {
     local AFTER
     local file="$DIR/$tfile"
 
+       [ "$(facet_fstype ost1)" = "zfs" ] &&
+               skip "LU-1956/LU-2261: stats unimplemented on OSD ZFS" &&
+               return
+
     log "Turn on read and write cache"
     set_cache read on
     set_cache writethrough on