From: Oleg Drokin Date: Fri, 28 Jun 2019 18:11:40 +0000 (-0400) Subject: LU-12489 tests: Recategorize some "Slow" tests as normal. X-Git-Tag: 2.12.57~109 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=b8a2a08b4ec06a5434bd24dd3c3b4bf7643bd91e;p=fs%2Flustre-release.git LU-12489 tests: Recategorize some "Slow" tests as normal. replay-single 44b is really fast now replay-ost-single 8[ab] both take under a minute in my testing ost-pools 23b only takes a minute now and test 18 is still under 10 minutes to bother excluding it. Change-Id: I57a35c39cadd1728c38d332d83cbe50da6d6a8fe Signed-off-by: Oleg Drokin Reviewed-on: https://review.whamcloud.com/35367 Reviewed-by: James Nunez Tested-by: jenkins Tested-by: Maloo Reviewed-by: Jian Yu --- diff --git a/lustre/tests/ost-pools.sh b/lustre/tests/ost-pools.sh index 1e723a6..b8a8790 100755 --- a/lustre/tests/ost-pools.sh +++ b/lustre/tests/ost-pools.sh @@ -32,9 +32,6 @@ if ! combined_mgs_mds; then error "unable to mount $MOUNT on the MGS" fi -# 9 12.5 (min)" -[ "$SLOW" = "no" ] && EXCEPT_SLOW="18 23b" - DIR=${DIR:-$MOUNT} assert_DIR diff --git a/lustre/tests/replay-ost-single.sh b/lustre/tests/replay-ost-single.sh index 350f099..8526c27 100755 --- a/lustre/tests/replay-ost-single.sh +++ b/lustre/tests/replay-ost-single.sh @@ -15,12 +15,6 @@ ALWAYS_EXCEPT="$REPLAY_OST_SINGLE_EXCEPT" # time in minutes: 40 min" [ "$SLOW" = "no" ] && EXCEPT_SLOW="5" -if [ $(facet_fstype $SINGLEMDS) = "zfs" ]; then -# bug number for slow tests: LU-2887 -# time in minutes: 32 12.5 min" - [ "$SLOW" = "no" ] && EXCEPT_SLOW+=" 8a 8b" -fi - build_test_filter # While we do not use OSTCOUNT=1 setup anymore, diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index ec64c0b..d6b1de2 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -22,9 +22,6 @@ if $SHARED_KEY; then ALWAYS_EXCEPT="$ALWAYS_EXCEPT 93a 100a 100b 120" fi -# time in minutes: 7.5 (min)" -[ "$SLOW" = "no" ] && EXCEPT_SLOW="44b" - build_test_filter CHECK_GRANT=${CHECK_GRANT:-"yes"}