From c2ec6642ae3220602866f049233b8c096b2e3ce8 Mon Sep 17 00:00:00 2001 From: Alexandre Ioffe Date: Thu, 9 Mar 2023 11:43:53 -0800 Subject: [PATCH] EX-6169 lipe: prevent lipe_find3 interop testing Some tests in sanity-lipe-find3 may fail when devices are left with not removed files from previous test sets. Test-Parameters: trivial testlist=sanity-lipe-find3 Signed-off-by: Alexandre Ioffe Change-Id: I8f99c0b34f343128a1ce2b9d71572f6d1a58b79a Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/50245 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Jian Yu Reviewed-by: Andreas Dilger --- lustre/tests/sanity-lipe-find3.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/sanity-lipe-find3.sh b/lustre/tests/sanity-lipe-find3.sh index e7a4b1c..c4d7b5c 100644 --- a/lustre/tests/sanity-lipe-find3.sh +++ b/lustre/tests/sanity-lipe-find3.sh @@ -15,6 +15,8 @@ declare -r ROOT_FID="[0x200000007:0x1:0x0]" ALWAYS_EXCEPT="$SANITY_LIPE_FIND3_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! +check_versions || skip_env "no need to test lipe_find3 under interop mode" + (( OSTCOUNT >= 2 )) || skip_env "need at least 2 OSTs" [[ $(facet_fstype mds1) = ldiskfs ]] || skip_env "need ldiskfs on MDS" -- 1.8.3.1