Whamcloud - gitweb
LU-6836 tests: Skip sanity-quota test 4a for ZFS 79/15679/3
authorJames Nunez <james.a.nunez@intel.com>
Wed, 22 Jul 2015 18:29:51 +0000 (12:29 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 29 Jul 2015 15:41:06 +0000 (15:41 +0000)
sanity-quota test 4a is failing frequently in
review-zfs-part-1 test groups. We are temporarily disabling
this test until a fix is submitted.

Note that LU-6836 is thought to be caused by bad ZFS sync
performance. We should reenable test 4a when ZIL support
is ready (LU-4009).

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

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