From 59b2b21fd6b2940aab30c522c55829f31bbb98e2 Mon Sep 17 00:00:00 2001 From: Hongchao Zhang Date: Thu, 15 Feb 2018 20:39:12 +0800 Subject: [PATCH] LU-10793 test: re-add test_14b to replay-dual ALWAYS_EXCEPT 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 Reviewed-on: https://review.whamcloud.com/31605 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Jian Yu --- lustre/tests/replay-dual.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/replay-dual.sh b/lustre/tests/replay-dual.sh index 527d0b4..b0bf4ab 100755 --- a/lustre/tests/replay-dual.sh +++ b/lustre/tests/replay-dual.sh @@ -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} -- 1.8.3.1