Whamcloud - gitweb
LU-7372 tests: stop running replay-dual test 26 52/33052/2
authorJames Nunez <jnunez@whamcloud.com>
Wed, 22 Aug 2018 15:15:26 +0000 (09:15 -0600)
committerJohn L. Hammond <jhammond@whamcloud.com>
Tue, 11 Sep 2018 20:17:05 +0000 (20:17 +0000)
replay-dual test 26 fails frequently. We need to add
this test to the ALWAYS_EXCEPT list and, thus, stop
running the test until we fix the issue.

This is a backport to b2_10 of master patch
Lustre-change: https://review.whamcloud.com/#/c/32902
Lustre-commit: 77fc116fb230f330761767e240882c2141b30c1a

Test-Parameters: trivial testlist=replay-dual
Signed-off-by: James Nunez <jnunez@whamcloud.com>
Change-Id: I1432d544068bfbd98c912c8b7699e04c6d067492
Reviewed-on: https://review.whamcloud.com/33052
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Wei Liu <sarah@whamcloud.com>
Reviewed-by: John L. Hammond <jhammond@whamcloud.com>
lustre/tests/replay-dual.sh

index b0bf4ab..f4e6e22 100755 (executable)
@@ -2,8 +2,9 @@
 
 set -e
 
-# bug number:  LU-2012 10124 LU-8333
-ALWAYS_EXCEPT="14b     15c   21b     $REPLAY_DUAL_EXCEPT"
+# bug number:  LU-2012 10124 LU-8333 LU-7372
+ALWAYS_EXCEPT="14b     15c   21b     26     $REPLAY_DUAL_EXCEPT"
+# UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
 
 SAVE_PWD=$PWD
 PTLDEBUG=${PTLDEBUG:--1}