Whamcloud - gitweb
LU-7372 tests: stop running replay-dual test 26 02/32902/2
authorJames Nunez <jnunez@whamcloud.com>
Mon, 30 Jul 2018 17:34:36 +0000 (11:34 -0600)
committerOleg Drokin <green@whamcloud.com>
Thu, 9 Aug 2018 18:20:05 +0000 (18:20 +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.

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

index 394309e..0309301 100755 (executable)
@@ -2,8 +2,8 @@
 
 set -e
 
-# bug number:  LU-2012 LU-8333
-ALWAYS_EXCEPT="14b     21b     $REPLAY_DUAL_EXCEPT"
+# bug number:  LU-2012 LU-8333 LU-7372
+ALWAYS_EXCEPT="14b     21b     26      $REPLAY_DUAL_EXCEPT"
 # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
 
 SAVE_PWD=$PWD