From a1193bc208bc596314d2bfa608e048b58572eff7 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Wed, 22 Mar 2023 17:42:10 -0600 Subject: [PATCH] LU-16163 tests: skip racer_on_nfs for NFSv3 This test is continually failing and nobody is available to fix it (it may be an NFS bug or a Lustre bug, unsure). This same test passes on NFSv4 regularly. Lustre-change: https://review.whamcloud.com/50385 Lustre-commit: 513eb670b01f15104cbeb2909a141d2174dcc874 Test-Parameters: trivial testlist=parallel-scale-nfsv3 Signed-off-by: Andreas Dilger Change-Id: I7d9ac390c26aa8478dd35457ba20061747c2b92e Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/50461 Tested-by: jenkins Tested-by: Maloo --- lustre/tests/parallel-scale-nfsv3.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lustre/tests/parallel-scale-nfsv3.sh b/lustre/tests/parallel-scale-nfsv3.sh index 014d2cd..d139f18 100755 --- a/lustre/tests/parallel-scale-nfsv3.sh +++ b/lustre/tests/parallel-scale-nfsv3.sh @@ -4,4 +4,6 @@ LUSTRE=${LUSTRE:-$(dirname $0)/..} . $LUSTRE/tests/test-framework.sh init_test_env $@ -sh $LUSTRE/tests/parallel-scale-nfs.sh 3 +ALWAYS_EXCEPT="$PARALLEL_SCALE_NFSV3_EXCEPT " +always_except LU-16163 racer_on_nfs +$LUSTRE/tests/parallel-scale-nfs.sh 3 -- 1.8.3.1