From b11caa331c553321ba527255bb6198c48004091b Mon Sep 17 00:00:00 2001 From: Alex Deiter Date: Thu, 27 Apr 2023 02:04:01 +0400 Subject: [PATCH] LU-13081 tests: skip sanity test_151/test_156 Skip both sanity test_151 and test_156 during interop testing, since this is really testing server-side functionality only (OSS caching behavior). And it makes sense to just exclude test_151 and test_156 during interop testing, otherwise it seems that the client version of the test can become inconsistent with the caching behavior/tunables on the OSS and the failures don't mean anything. There is enough non-interop testing to catch any regressions in the OSS cache behavior. Lustre-change: https://review.whamcloud.com/50777 Lustre-commit: TBD (from 62cd8d19ff103e6e8a2b4bb7cdc00815ddb0edac) Test-Parameters: trivial Signed-off-by: Alex Deiter Change-Id: I39a8b54894d5b0c7573e6c56d1f8e1ba02b3e3fe Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/50887 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- lustre/tests/sanity.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index b5e38c1..4fb017f 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -14912,6 +14912,8 @@ function set_cache() { test_151() { [ $PARALLEL == "yes" ] && skip "skip parallel run" remote_ost_nodsh && skip "remote OST with nodsh" + (( CLIENT_VERSION == OST1_VERSION )) || + skip "LU-13081: no interop testing for OSS cache" local CPAGES=3 local list=$(comma_list $(osts_nodes)) @@ -15587,6 +15589,8 @@ test_156() { skip "stats not implemented on old servers" [ "$ost1_FSTYPE" = "zfs" ] && skip "LU-1956/LU-2261: stats not implemented on OSD ZFS" + (( CLIENT_VERSION == OST1_VERSION )) || + skip "LU-13081: no interop testing for OSS cache" local CPAGES=3 local BEFORE -- 1.8.3.1