From 87a28e4280e08947d852a317f49be174cc6f4cb6 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Mon, 13 Jul 2015 11:47:25 -0600 Subject: [PATCH] LU-5638 tests: Skip sanity-quota tests for ZFS 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 Change-Id: I3eaa3f89ca82123f8578b54006451143ce005349 Reviewed-on: http://review.whamcloud.com/15590 Tested-by: Jenkins Reviewed-by: Oleg Drokin --- lustre/tests/sanity-quota.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 5217551..72c1bd1 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -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 -- 1.8.3.1