Whamcloud - gitweb
LU-8333 test: Add replay-dual 21b to ALWAYS_EXCEPT 31/26631/4
authorJim Casper <jamesx.casper@intel.com>
Fri, 14 Apr 2017 18:19:52 +0000 (14:19 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Sat, 22 Apr 2017 01:11:07 +0000 (01:11 +0000)
Replay-dual's subtest test_21b has been failing more than half the time
(since June 2016) with a COS check failure.  Finding a fix for this
is taking longer than expected.  We would like to except this subtest
until a better COS check test can be developed.  This change only
affects the replay-dual.sh test set script.

Test-Parameters: trivial testlist=replay-dual

Change-Id: I575342ae5b6633efc198383b3351b4d9cfc1fbf0
Signed-off-by: Jim Casper <jamesx.casper@intel.com>
Reviewed-on: https://review.whamcloud.com/26631
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Nunez <james.a.nunez@intel.com>
Reviewed-by: Saurabh Tandan <saurabh.tandan@intel.com>
Reviewed-by: Wei Liu <wei3.liu@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/replay-dual.sh

index 9e2f68f..0a25100 100755 (executable)
@@ -2,8 +2,8 @@
 
 set -e
 
-# bug number:  LU-2012 10124 LU-7372
-ALWAYS_EXCEPT="14b     15c   26      $REPLAY_DUAL_EXCEPT"
+# bug number:  LU-2012 10124 LU-7372 LU-8333
+ALWAYS_EXCEPT="14b     15c   26      21b     $REPLAY_DUAL_EXCEPT"
 
 SAVE_PWD=$PWD
 PTLDEBUG=${PTLDEBUG:--1}