From c70b1b1e283d0a34527dc8353e3a66fabf2d9cdd Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Sun, 20 Feb 2022 11:28:08 -0700 Subject: [PATCH] LU-14514 tests: skip sanity-flr test_44b for interop Sanity-flr test_44b checks code that was only added in 2.14.56. Test-Parameters: trivial serverversion=2.14.0 testlist=sanity-flr env=ONLY=44b Fixes: 83c790cbf2f8 ("LU-14514 flr: mirror split should not make stale file") Signed-off-by: Andreas Dilger Change-Id: I65cc59dbde3f9711b915a56730e221e224e9b715 Reviewed-on: https://review.whamcloud.com/46564 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Bobi Jam Reviewed-by: Arshad Hussain Reviewed-by: Oleg Drokin --- lustre/tests/sanity-flr.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/sanity-flr.sh b/lustre/tests/sanity-flr.sh index 55acb65..c5d4b7d 100644 --- a/lustre/tests/sanity-flr.sh +++ b/lustre/tests/sanity-flr.sh @@ -2080,6 +2080,9 @@ test_44a() { run_test 44a "lfs mirror split check" test_44b() { + (( $MDS1_VERSION >= $(version_code 2.14.56) )) || + skip "Need MDS version at least 2.14.56" + rm -rf $DIR/$tdir local tf=$DIR/$tdir/$tfile -- 1.8.3.1