From 89c58875ad8d97a31704a4be6f442815ab5b6286 Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Tue, 18 Jan 2022 17:59:56 -0800 Subject: [PATCH] EX-4052 tests: enable sanity-lipe test_8/9 The original issue was resolved in commit 2fef2436ad770b4415692aad9491cb23be2b3100 (LU-13560 lod: set default LMV for "lfs mkdir -c 1") Test-Parameters: trivial testlist=sanity-lipe Test-Parameters: testlist=sanity-lipe mdscount=2 mdtcount=4 Change-Id: I546243fd9a2d77793e8dbbe67476b473893dbc86 Signed-off-by: Jian Yu Reviewed-on: https://review.whamcloud.com/46190 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- lustre/tests/sanity-lipe.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity-lipe.sh b/lustre/tests/sanity-lipe.sh index 6894eaa..9bbf2a9 100644 --- a/lustre/tests/sanity-lipe.sh +++ b/lustre/tests/sanity-lipe.sh @@ -14,8 +14,8 @@ init_test_env $@ . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} init_logging -# bug number for skipped test: EX-4052 -ALWAYS_EXCEPT="$SANITY_LIPE_EXCEPT 8 9" +# bug number for skipped test: +ALWAYS_EXCEPT="$SANITY_LIPE_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! (( OSTCOUNT >= 2 )) || skip_env "need at least 2 OSTs" -- 1.8.3.1