From: Arshad Hussain Date: Mon, 21 Feb 2022 04:38:30 +0000 (+0530) Subject: LU-15574 tests: Skip test sanity/77o in interop X-Git-Tag: 2.15.0-RC3~41 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F68%2F46568%2F4;p=fs%2Flustre-release.git LU-15574 tests: Skip test sanity/77o in interop Test sanity/77o Server checksum proc entries was introduced in 2.14.55. During interop testing skip sanity/77o for MDS and OST version lesser than 2.14.55. Test-Parameters: trivial serverversion=2.14.0 testlist=sanity env=ONLY=77o Fixes: c18d5d892b62 LU-14889 lproc: Add server checksum_type Signed-off-by: Arshad Hussain Change-Id: Idb634ca349a6be01331057a473cc15747325a075 Reviewed-on: https://review.whamcloud.com/46568 Tested-by: jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 573fc82..79b3dce 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -10100,8 +10100,10 @@ test_77n() { run_test 77n "Verify read from a hole inside contiguous blocks with T10PI" test_77o() { - (( $CLIENT_VERSION >= $(version_code 2.14.54) )) || - skip "Need at least version 2.14.54" + (( $MDS1_VERSION >= $(version_code 2.14.55) )) || + skip "Need MDS version at least 2.14.55" + (( $OST1_VERSION >= $(version_code 2.14.55) )) || + skip "Need OST version at least 2.14.55" local ofd=obdfilter local mdt=mdt