From 3b5949d5c0b5f6d04c38b17a05772c0c8c8f2da5 Mon Sep 17 00:00:00 2001 From: Lai Siyao Date: Fri, 27 Sep 2024 15:29:48 -0400 Subject: [PATCH] LU-18350 tests: skip sanityn 33c/d interop 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 Change-Id: I7487e2d2a142517dd425281517629fc42159b8b9 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56696 Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin Tested-by: jenkins Tested-by: Maloo --- lustre/tests/sanityn.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/tests/sanityn.sh b/lustre/tests/sanityn.sh index dc842cd..f5e648f 100755 --- a/lustre/tests/sanityn.sh +++ b/lustre/tests/sanityn.sh @@ -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" -- 1.8.3.1