From 8b98c8a669d8d6c36f8bd767acba5e6f912360b7 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Thu, 28 Jul 2016 09:13:31 -0600 Subject: [PATCH] LU-6455 tests: Re-enable replay-vbr and replay-single tests Tests replay-vbr 4i, 4j, 4k and 10b and replay-single test 28 were added to the ALWAYS_EXCEPT list because they were failing on el7. The issues causing those failures have been fixed and landed in http://review.whamcloud.com/#/c/14928/ . The replay-vbr and replay-single tests need to be re-enabled. Test-Parameters: trivial testlist=replay-vbr,replay-vbr,replay-vbr Test-Parameters: testlist=replay-single,replay-single,replay-single Signed-off-by: James Nunez Change-Id: Ic6911849ee96673072e4e1a7abe96706c7c9f87f Reviewed-on: https://review.whamcloud.com/21565 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Saurabh Tandan Reviewed-by: Wei Liu Reviewed-by: Oleg Drokin --- lustre/tests/replay-single.sh | 6 ------ lustre/tests/replay-vbr.sh | 6 ------ 2 files changed, 12 deletions(-) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index ce9d4c3..13a28a0 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -26,12 +26,6 @@ require_dsh_mds || exit 0 ALWAYS_EXCEPT="$REPLAY_SINGLE_EXCEPT 61d" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! -case "$(lsb_release -sr)" in # only disable tests for el7 -7*) # bug number: LU-6455----- - ALWAYS_EXCEPT="$ALWAYS_EXCEPT 28" - ;; -esac - # 7.5 (min)" [ "$SLOW" = "no" ] && EXCEPT_SLOW="44b" diff --git a/lustre/tests/replay-vbr.sh b/lustre/tests/replay-vbr.sh index 3fb72d3..7da4f8a 100755 --- a/lustre/tests/replay-vbr.sh +++ b/lustre/tests/replay-vbr.sh @@ -7,12 +7,6 @@ set -e # bug number: 16356 ALWAYS_EXCEPT="12a $REPLAY_VBR_EXCEPT" -case "$(lsb_release -sr)" in # only disable tests for el7 -7*) # bug number: LU-6455 - ALWAYS_EXCEPT="$ALWAYS_EXCEPT 4i 4j 4k 10b" - ;; -esac - SAVE_PWD=$PWD LUSTRE=${LUSTRE:-$(cd $(dirname $0)/..; echo $PWD)} SETUP=${SETUP:-} -- 1.8.3.1