Whamcloud - gitweb
LU-15574 tests: Skip test sanity/77o in interop 68/46568/4
authorArshad Hussain <arshad.hussain@aeoncomputing.com>
Mon, 21 Feb 2022 04:38:30 +0000 (10:08 +0530)
committerOleg Drokin <green@whamcloud.com>
Sat, 5 Mar 2022 20:42:35 +0000 (20:42 +0000)
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 <arshad.hussain@aeoncomputing.com>
Change-Id: Idb634ca349a6be01331057a473cc15747325a075
Reviewed-on: https://review.whamcloud.com/46568
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/tests/sanity.sh

index 573fc82..79b3dce 100755 (executable)
@@ -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