Whamcloud - gitweb
LU-12489 tests: Recategorize some "Slow" tests as normal. 67/35367/3
authorOleg Drokin <green@whamcloud.com>
Fri, 28 Jun 2019 18:11:40 +0000 (14:11 -0400)
committerOleg Drokin <green@whamcloud.com>
Wed, 24 Jul 2019 04:21:13 +0000 (04:21 +0000)
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 <green@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/35367
Reviewed-by: James Nunez <jnunez@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
lustre/tests/ost-pools.sh
lustre/tests/replay-ost-single.sh
lustre/tests/replay-single.sh

index 1e723a6..b8a8790 100755 (executable)
@@ -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
 
index 350f099..8526c27 100755 (executable)
@@ -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,
index ec64c0b..d6b1de2 100755 (executable)
@@ -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"}