From f9d12d470b23ef8275edc337879a5c1b1ffd4a40 Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Fri, 25 Oct 2024 20:56:45 -0700 Subject: [PATCH] LU-18402 tests: skip recovery-small/155 for older MDS Skip recovery-small test 155 for MDS < 2.15.58.110 since the test depends on changes made to the MDS code on the server. Test-Parameters: trivial testlist=recovery-small env=ONLY="155 157" \ serverversion=2.15.5 Fixes: 71f8e5d650 ("LU-14708 ptlrpc: skip unnecessary client eviction") Change-Id: I44137ebbfb1ec0f9a6a1cf1b42cd211caa146009 Signed-off-by: Jian Yu Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56795 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Mikhail Pershin Reviewed-by: Oleg Drokin --- lustre/tests/recovery-small.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 41da58f..3bf4d2c 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -3574,6 +3574,9 @@ test_154b() { run_test 154b "restore update llog after failed recovery" test_155() { + (( MDS1_VERSION >= $(version_code 2.15.58.110) )) || + skip "need MDS >= v2_15_58-110-g71f8e5d6506f for ptlrpc fix" + local lsoutput1 local lsoutput2 -- 1.8.3.1