From: Alex Deiter Date: Wed, 12 Jul 2023 20:58:02 +0000 (+0400) Subject: LU-15046 tests: skip sanity-flr/test_200c for old MDS X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f152fe6e313843067c4c32299acf066d41896d61;p=fs%2Flustre-release.git 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 --- 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