From 81b5e4d2f47ad23b86679ea15d112841c211b4e2 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Wed, 25 Jul 2018 12:41:44 -0600 Subject: [PATCH] LU-11141 tests: put sanity-quota 61 on slow list Since the patch for LU-11141, with commit, 6316b42a73f8, landed, sanity-quota test 61 takes between 20 and 50 minutes to run. Test 61 needs to be added to the slow list and, thus, will not be run unless the SLOW variable is true. Test-Parameters: trivial testlist=sanity-quota Test-Parameters: envdefinitions="SLOW=yes" testlist=sanity-quota Signed-off-by: James Nunez Change-Id: I2b6c21996ef2db9472da8838d3f41fed60ba5102 Reviewed-on: https://review.whamcloud.com/32903 Reviewed-by: Andreas Dilger Reviewed-by: Wang Shilong Tested-by: Jenkins Tested-by: Maloo --- lustre/tests/sanity-quota.sh | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 12ad793..9bb04f9 100755 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -47,17 +47,18 @@ if [ $(facet_fstype $SINGLEMDS) == ldiskfs ] && skip_env "e2fsprogs doesn't support quota" && exit 0 fi +# Test duration: 30 min +[ "$SLOW" = "no" ] && EXCEPT_SLOW="61" + 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-2836 LU-6836 LU-2836 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 3 4a 6" -# bug number: LU-2887 - # 21 9 (min)" - ZFS_SLOW="12a 9" + # bug number: LU-2887 + # Test duration: 21 9 min" + [ "$SLOW" = "no" ] && EXCEPT_SLOW+=" 12a 9" fi -[ "$SLOW" = "no" ] && EXCEPT_SLOW="$ZFS_SLOW" - QUOTALOG=${TESTSUITELOG:-$TMP/$(basename $0 .sh).log} [ "$QUOTALOG" ] && rm -f $QUOTALOG || true -- 1.8.3.1