All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] generic/294: skip on NFS
@ 2019-03-04  2:50 Murphy Zhou
  2019-04-08  2:27 ` Murphy Zhou
  2019-04-15  4:03 ` Eryu Guan
  0 siblings, 2 replies; 5+ messages in thread
From: Murphy Zhou @ 2019-03-04  2:50 UTC (permalink / raw)
  To: fstests; +Cc: bcodding, yieli, bxue, Murphy Zhou

Because NFS handles this differently, returning different values.
Details:
http://people.redhat.com/bcodding/nfs/2016/10/07/nfs_xfstest_generic/#generic294

Signed-off-by: Murphy Zhou <xzhou@redhat.com>
---
 tests/generic/294 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/generic/294 b/tests/generic/294
index b74579ac..f7e763a3 100755
--- a/tests/generic/294
+++ b/tests/generic/294
@@ -27,6 +27,7 @@ _cleanup()
 . ./common/filter
 
 # real QA test starts here
+[ $FSTYP == "nfs" ] && _notrun "NFS behaves differently, breaks golden output"
 
 # Modify as appropriate.
 _supported_fs generic
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-04-16  8:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-04  2:50 [PATCH] generic/294: skip on NFS Murphy Zhou
2019-04-08  2:27 ` Murphy Zhou
2019-04-15  4:03 ` Eryu Guan
2019-04-16  8:11   ` Murphy Zhou
2019-04-16  8:14   ` [PATCH v2] generic/294: add golden output for nfs Murphy Zhou

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.