From: Andreas Dilger Date: Sun, 20 Feb 2022 18:43:33 +0000 (-0700) Subject: LU-15010 tests: skip sanity test_64g for interop X-Git-Tag: 2.15.0-RC3~37 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a57f7708c9e8ecfeca874cda9cebc6b7ced3a9bb;p=fs%2Flustre-release.git LU-15010 tests: skip sanity test_64g for interop Sanity test_64g checks code that was only added in 2.14.56. Test-Parameters: trivial serverversion=2.14.0 testlist=sanity env=ONLY=64g Fixes: 6e116213e3fd ("LU-15010 mdc: add support for grant shrink") Signed-off-by: Andreas Dilger Change-Id: I339231f1b7890e8fffe7e079a052b15f54d4a050 Reviewed-on: https://review.whamcloud.com/46565 Reviewed-by: Alex Zhuravlev Tested-by: jenkins Tested-by: Maloo Reviewed-by: Alena Nikitenko Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 79b3dce..9900b96 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -8936,8 +8936,8 @@ test_64f() { run_test 64f "check grant consumption (with grant allocation)" test_64g() { - #[ $MDS1_VERSION -lt $(version_code 2.14.54) ] && - # skip "Need MDS version at least 2.14.54" + (( $MDS1_VERSION >= $(version_code 2.14.56) )) || + skip "Need MDS version at least 2.14.56" local mdts=$(comma_list $(mdts_nodes))