]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic/294: don't run this test on NFS
authorJeff Layton <jlayton@kernel.org>
Fri, 1 Sep 2023 17:39:55 +0000 (13:39 -0400)
committerZorro Lang <zlang@kernel.org>
Sat, 2 Sep 2023 05:54:38 +0000 (13:54 +0800)
commitb6f51cac4dbe30d509e1c206720303c118b4d360
tree5bf56f537154e184ed7e6393127b60f3cceda85c
parent2fcf852d5e6ccdfa15b4e91cfd9d570300e5f62a
generic/294: don't run this test on NFS

When creating a new dentry (of any type), NFS will optimize away any
on-the-wire lookups prior to the create since that means an extra
round trip to the server. Because of that, it consistently fails this
test.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/294