aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2022-08-24 23:07:24 -0400
committerTheodore Ts'o <tytso@mit.edu>2022-08-24 23:07:24 -0400
commitbb566bcf162ebdc04e149ac25507a6b8f075f43f (patch)
tree0f1f21d4d219469347dbda4a75d59c81c44dde30
parentbbeb56250648e2b9be4dcac08fbf29bad8c9d0fc (diff)
downloadxfstests-bld-bb566bcf162ebdc04e149ac25507a6b8f075f43f.tar.gz
test-appliance: add generic/471 to the global_exclude list
This test is failing in all configurations starting with 6.0-rc1, and Jens Axboe has reported the test is "just broken". Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--test-appliance/files/root/fs/global_exclude6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-appliance/files/root/fs/global_exclude b/test-appliance/files/root/fs/global_exclude
index 2dabc874..8b13b5d1 100644
--- a/test-appliance/files/root/fs/global_exclude
+++ b/test-appliance/files/root/fs/global_exclude
@@ -1,3 +1,9 @@
+// "The test is just broken. It made some odd assumptions on
+// what RWF_NOMAIT means with buffered writes..." -- Jens Axboe
+// https://lore.kernel.org/r/b2865bd6-2346-8f4d-168b-17f06bbedbed@kernel.dk
+//
+generic/471
+
#if LINUX_VERSION_CODE < KERNEL_VERSION(5,10,0)
// The proposed fix for generic/484, "locks: change POSIX lock
// ownership on execve when files_struct is displaced" would break NFS