Whamcloud - gitweb
EX-6169 lipe: prevent lipe_find3 interop testing
authorAlexandre Ioffe <aioffe@ddn.com>
Thu, 9 Mar 2023 19:43:53 +0000 (11:43 -0800)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 10 Mar 2023 19:50:19 +0000 (19:50 +0000)
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 <aioffe@ddn.com>
Change-Id: I8f99c0b34f343128a1ce2b9d71572f6d1a58b79a
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/50245
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/tests/sanity-lipe-find3.sh

index e7a4b1c..c4d7b5c 100644 (file)
@@ -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"