From: James Nunez Date: Mon, 13 Jul 2015 17:47:25 +0000 (-0600) Subject: LU-5638 tests: Skip sanity-quota tests for ZFS X-Git-Tag: 2.7.57~36 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=87a28e4280e08947d852a317f49be174cc6f4cb6;p=fs%2Flustre-release.git 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 --- 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