aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Layton <jlayton@kernel.org>2024-01-10 13:27:27 -0500
committerZorro Lang <zlang@kernel.org>2024-01-14 20:39:09 +0800
commit8729dc6d13cb52529afdb1ba0ce292bd0f0159a9 (patch)
treeb945f7506c8ea1d9dd0d454e731e9ef1bf07a9f9
parent3b2312704846db837739fe6b56e049311282b7e6 (diff)
downloadxfstests-dev-8729dc6d13cb52529afdb1ba0ce292bd0f0159a9.tar.gz
generic/465: don't run it on NFS
This test kicks off a thread that issues a read against a file, while writing to the file in 1M chunks. It expects that the reader will see either the written data or a short read. NFS allows DIO reads and writes to run in parallel. That means that it's possible for them to race and the reader to see NULLs in the file if things get reordered. Just skip this test on NFS, since we can't guarantee that it will reliably pass. Cc: Anna Schumaker <anna@kernel.org> Cc: Trond Myklebust <trondmy@hammerspace.com> Cc: Chuck Lever <chuck.lever@oracle.com> Link: https://lore.kernel.org/linux-nfs/2f7f6d4490ac08013ef78481ff5c7840f41b1bb4.camel@kernel.org/ Signed-off-by: Jeff Layton <jlayton@kernel.org> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rwxr-xr-xtests/generic/4652
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generic/465 b/tests/generic/465
index 73fdfb5548..0745d6a1dd 100755
--- a/tests/generic/465
+++ b/tests/generic/465
@@ -21,7 +21,7 @@ _cleanup()
. ./common/filter
# real QA test starts here
-_supported_fs generic
+_supported_fs ^nfs
_require_aiodio aio-dio-append-write-read-race
_require_test_program "feature"