Whamcloud - gitweb
LU-18350 tests: skip sanityn 33c/d interop 96/56696/5
authorLai Siyao <lai.siyao@whamcloud.com>
Fri, 27 Sep 2024 19:29:48 +0000 (15:29 -0400)
committerOleg Drokin <green@whamcloud.com>
Sat, 26 Oct 2024 23:56:52 +0000 (23:56 +0000)
Skip sanityn 33c 33d interop with 2.16 since they are DNE
Commit-on-Sharing related, and are refactored in 2.16.

Test-Parameters: trivial
Test-Parameters: testlist=sanityn env=ONLY=33 mdtcount=4 serverjob=lustre-master serverbuildno=4586
Fixes: 1d6b96a1cf ("LU-15529 mdt: optimize dir migration locking")
Signed-off-by: Lai Siyao <lai.siyao@whamcloud.com>
Change-Id: I7487e2d2a142517dd425281517629fc42159b8b9
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56696
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/tests/sanityn.sh

index dc842cd..f5e648f 100755 (executable)
@@ -1176,6 +1176,8 @@ test_33c() {
        [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs"
        [ "$MDS1_VERSION" -lt $(version_code 2.7.63) ] &&
                skip "DNE CoS not supported"
+       (( MDS1_VERSION < $(version_code v2_15_55-133-g1d6b96a1cf) )) ||
+               skip "DNE CoS refactored in 2.15.55.133"
 
        # LU-13522
        stop mds1
@@ -1238,6 +1240,8 @@ test_33d() {
        [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs"
        [ "$MDS1_VERSION" -lt $(version_code 2.7.63) ] &&
                skip "DNE CoS not supported"
+       (( MDS1_VERSION < $(version_code v2_15_55-133-g1d6b96a1cf) )) ||
+               skip "DNE CoS refactored in 2.15.55.133"
 
        # remote directory create
        op_trigger_cos "$LFS mkdir -i 0 $DIR/$tdir" "$LFS mkdir -i 1 $DIR/$tdir/subdir"