Whamcloud - gitweb
LU-16163 tests: skip racer_on_nfs for NFSv3
authorAndreas Dilger <adilger@whamcloud.com>
Wed, 22 Mar 2023 23:42:10 +0000 (17:42 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Tue, 4 Apr 2023 17:19:44 +0000 (17:19 +0000)
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 <adilger@whamcloud.com>
Change-Id: I7d9ac390c26aa8478dd35457ba20061747c2b92e
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/50461
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/tests/parallel-scale-nfsv3.sh

index 014d2cd..d139f18 100755 (executable)
@@ -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