Whamcloud - gitweb
LU-18323 tests: skip sanity/27T for OSTs < 2.15.65.18 15/56615/2
authorJian Yu <yujian@whamcloud.com>
Tue, 8 Oct 2024 23:56:05 +0000 (16:56 -0700)
committerOleg Drokin <green@whamcloud.com>
Fri, 18 Oct 2024 18:43:27 +0000 (18:43 +0000)
Skip sanity test_27T for OSTs < 2.15.65.18 since the test depends on
changes made to the OST code on the server.

Test-Parameters: trivial testlist=sanity env=ONLY=27T serverversion=2.15.5

Change-Id: I96b134f3ade1d417adf751a69cdcfc71c15b4d75
Fixes: 8a865c65c6 ("LU-17567 tests: improve sanity.sh:test_27T")
Fixes: ccaff8d3c0 ("LU-17567 tests: skip sanity/27T for older OSTs")
Signed-off-by: Jian Yu <yujian@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56615
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Sarah Liu <sarah@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanity.sh

index a6ad1d1..c347b80 100755 (executable)
@@ -3529,8 +3529,8 @@ test_27R() {
 run_test 27R "test max_stripecount limitation when stripe count is set to -1"
 
 test_27T() {
-       (( $OST1_VERSION >= $(version_code 2.14.57.71) )) ||
-               skip "need ost1 >= v2_14_57-71-g73d5ee7033 for ENOSPC fix"
+       (( $OST1_VERSION >= $(version_code 2.15.65.18) )) ||
+               skip "need ost1 >= v2_15_65-18-g8a865c65c691 for ENOSPC fix"
        [ $(facet_host client) == $(facet_host ost1) ] &&
                skip "need ost1 and client on different nodes"