From 29aca97e18f9c98976f895e310db15d9e1e0fee7 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Wed, 22 Jul 2015 12:29:51 -0600 Subject: [PATCH] LU-6836 tests: Skip sanity-quota test 4a for ZFS 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 Change-Id: I07867458e4365c0b1d31654be08e0fef9092c9eb Reviewed-on: http://review.whamcloud.com/15679 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/tests/sanity-quota.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 72c1bd1..46fc514 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -51,8 +51,10 @@ if [ $(facet_fstype $SINGLEMDS) == ldiskfs ] && 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 -- 1.8.3.1