From 2fa651d7c9bbeb2ce87e149f25d753c7b66640ab Mon Sep 17 00:00:00 2001 From: James Nunez Date: Mon, 11 Jun 2018 09:58:31 -0600 Subject: [PATCH] LU-5638 tests: resume running sanity-quota tests sanity-quota tests 11 and 33 were not run due to the issues documented in LU-5638. A patch, commmit id a046e879fcadd601c9a19fd906f82ecbd2d4efd5, landed to fix this issue. We should resume running sanity-quota tests 11 and 33 for ZFS servers. Test-Parameters: trivial clientcount=2 mdscount=2 mdtcount=4 osscount=1 ostcount=8 mdtfilesystemtype=zfs ostfilesystemtype=zfs testlist=sanity-quota Signed-off-by: James Nunez Change-Id: Iadb1356a0a6b4f5a8b5f54275db794f0ddbb5af6 Reviewed-on: https://review.whamcloud.com/32694 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Wei Liu Reviewed-by: Emoly Liu Reviewed-by: Oleg Drokin --- lustre/tests/sanity-quota.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 073a5af..be12530 100755 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -50,8 +50,7 @@ fi if [ $(facet_fstype $SINGLEMDS) = "zfs" ]; then # bug number for skipped test: LU-2836 LU-6836 LU-2836 ALWAYS_EXCEPT="$ALWAYS_EXCEPT 3 4a 6" -# bug number for skipped test: LU-5638 - ALWAYS_EXCEPT="$ALWAYS_EXCEPT 11 33" + # bug number: LU-2887 # 21 9 (min)" ZFS_SLOW="12a 9" -- 1.8.3.1