From 1bd798187c2ea806a6d0abe853ad22b55326fe42 Mon Sep 17 00:00:00 2001 From: Bobi Jam Date: Tue, 15 Oct 2024 18:49:54 +0800 Subject: [PATCH] LU-18341 tests: skip sanity-flr/test_36 for new servers 2.16 servers allows layout version update from client while 2.15 does not allow it, so we'd skip sanity-flr/test_36 which would check this behavior. Test-Parameters: trivial Test-Parameters: testlist=sanity-flr env=ONLY=36 serverjob=lustre-master serverbuildno=4586 Fixes: fa6574150b ("LU-14642 flr: allow layout version update from client/MDS") Signed-off-by: Bobi Jam Change-Id: I50d81922217b8a864053ba8781f4627f02410717 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56693 Reviewed-by: Jian Yu Reviewed-by: Oleg Drokin Reviewed-by: Andreas Dilger Tested-by: jenkins Tested-by: Maloo --- lustre/tests/sanity-flr.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/sanity-flr.sh b/lustre/tests/sanity-flr.sh index a947038..a19669c 100644 --- a/lustre/tests/sanity-flr.sh +++ b/lustre/tests/sanity-flr.sh @@ -1463,6 +1463,8 @@ create_file_36() { test_36() { local tf=$DIR/$tfile + (( MDS1_VERSION < $(version_code 2.15.51) )) || + skip "MDS >= 2.15.51 allows client to update layout version" stack_trap "rm -f $tf $tf-2 $tf-3" -- 1.8.3.1