From f152fe6e313843067c4c32299acf066d41896d61 Mon Sep 17 00:00:00 2001 From: Alex Deiter Date: Thu, 13 Jul 2023 00:58:02 +0400 Subject: [PATCH] LU-15046 tests: skip sanity-flr/test_200c for old MDS Skip sanity-flr test_200c for old MDS missing the fix for synchronized replicas and its corresponding test. Fixes: b7ec0d2390 ("LU-15046 osp: precreate thread vs connect race") Test-Parameters: trivial testlist=sanity-flr env=ONLY=200c Signed-off-by: Alex Deiter Change-Id: I87cd7d6b767086f993a27ce6905b05f87e325474 --- 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 439211f..9631e5b 100644 --- a/lustre/tests/sanity-flr.sh +++ b/lustre/tests/sanity-flr.sh @@ -3489,6 +3489,9 @@ test_200b() { run_test 200b "racing IO, mirror extend and resync" test_200c() { + (( MDS1_VERSION >= $(version_code 2.15.53) )) || + skip "Need MDS version at least 2.15.53" + local tf=$DIR/$tfile local tf2=$DIR2/$tfile -- 1.8.3.1