Whamcloud - gitweb
LU-10793 test: re-add test_14b to replay-dual ALWAYS_EXCEPT 05/31605/3
authorHongchao Zhang <hongchao.zhang@intel.com>
Thu, 15 Feb 2018 12:39:12 +0000 (20:39 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 15 Mar 2018 13:55:32 +0000 (13:55 +0000)
The test_14b in replay-dual is removed from ALWAYS_EXCEPT list
in LU-10052 by https://review.whamcloud.com/#/c/30916/, but
the corresponding implementation is not ready, and this patch
re-add it to the ALWAYS_EXCEPT.

Test-Parameters: trivial testlist=replay-dual

Change-Id: I1027046b668e21f9fe4a47a0f46810f64b1ee954
Signed-off-by: Hongchao Zhang <hongchao.zhang@intel.com>
Reviewed-on: https://review.whamcloud.com/31605
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
lustre/tests/replay-dual.sh

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