From: dilip krishnagiri Date: Tue, 8 Aug 2017 21:17:42 +0000 (-0600) Subject: LU-9591 tests: remove replay-vbr tests 12a from ALWAYS_EXCEPT X-Git-Tag: 2.10.53~57 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F06%2F27406%2F3;p=fs%2Flustre-release.git LU-9591 tests: remove replay-vbr tests 12a from ALWAYS_EXCEPT Removing replay-vbr test 12a - lock replay with VBR from the ALWAYS_EXCEPT list. It is associated with bugzilla ticket 16356 which is in NEW state. This test did not run for years. Test-Parameters: trivial testlist=replay-vbr Signed-off-by: dilip krishnagiri Change-Id: I251bbaeea744a11fdf3e34870a00fc6b53fae3b1 Reviewed-on: https://review.whamcloud.com/27406 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Saurabh Tandan Reviewed-by: James Nunez Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/replay-vbr.sh b/lustre/tests/replay-vbr.sh index 4e817a0..cda1e45 100755 --- a/lustre/tests/replay-vbr.sh +++ b/lustre/tests/replay-vbr.sh @@ -4,8 +4,8 @@ set -e -# bug number: 16356 -ALWAYS_EXCEPT="12a $REPLAY_VBR_EXCEPT" +# bug number: +ALWAYS_EXCEPT=" $REPLAY_VBR_EXCEPT" SAVE_PWD=$PWD LUSTRE=${LUSTRE:-$(cd $(dirname $0)/..; echo $PWD)}