Whamcloud - gitweb
LU-9591 tests: remove replay-vbr tests 12a from ALWAYS_EXCEPT 06/27406/3
authordilip krishnagiri <dilipx.krishnagiri@intel.com>
Tue, 8 Aug 2017 21:17:42 +0000 (15:17 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 28 Aug 2017 06:26:25 +0000 (06:26 +0000)
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 <dilipx.krishnagiri@intel.com>
Change-Id: I251bbaeea744a11fdf3e34870a00fc6b53fae3b1
Reviewed-on: https://review.whamcloud.com/27406
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Saurabh Tandan <saurabh.tandan@intel.com>
Reviewed-by: James Nunez <james.a.nunez@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/replay-vbr.sh

index 4e817a0..cda1e45 100755 (executable)
@@ -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)}