Whamcloud - gitweb
LU-5638 tests: Skip sanity-quota tests for ZFS 90/15590/5
authorJames Nunez <james.a.nunez@intel.com>
Mon, 13 Jul 2015 17:47:25 +0000 (11:47 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Sat, 18 Jul 2015 01:25:25 +0000 (01:25 +0000)
sanity-quota tests 11, 33, 34 and 35 are failing frequently
in review-zfs-part-1 test groups. We are temporarily disabling
these tests until a fix is submitted.

Note that LU-5638 is thought to be caused by
LU-2435 inode accounting in osd-zfs is racy.

Signed-off-by: James Nunez <james.a.nunez@intel.com>
Change-Id: I3eaa3f89ca82123f8578b54006451143ce005349
Reviewed-on: http://review.whamcloud.com/15590
Tested-by: Jenkins
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/sanity-quota.sh

index 5217551..72c1bd1 100644 (file)
@@ -51,8 +51,8 @@ if [ $(facet_fstype $SINGLEMDS) == ldiskfs ] &&
 fi
 
 if [ $(facet_fstype $SINGLEMDS) = "zfs" ]; then
-# bug number for skipped test:        LU-2836 LU-2836 LU-2059
-       ALWAYS_EXCEPT="$ALWAYS_EXCEPT 3       6       7d"
+# bug number for skipped test:        LU-2836 LU-2836 LU-2059 LU-5638
+       ALWAYS_EXCEPT="$ALWAYS_EXCEPT 3       6       7d      11 33 34 35"
 # bug number:     LU-2887
        ZFS_SLOW="12a"
 fi