All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] generic/469: Skip the test if fallocate keep_size is not supported
@ 2019-10-16 10:53 Misono Tomohiro
  2019-10-17  2:42 ` Yang Xu
  2019-10-18  8:39 ` Eryu Guan
  0 siblings, 2 replies; 9+ messages in thread
From: Misono Tomohiro @ 2019-10-16 10:53 UTC (permalink / raw)
  To: fstests

This test requires fallocate keep_size. So, skip the test if
a target FS does not support the function to avoid false negative.

Signed-off-by: Misono Tomohiro <misono.tomohiro@jp.fujitsu.com>
---
 tests/generic/469 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/generic/469 b/tests/generic/469
index 47fdf0cf..0c6f8ae5 100755
--- a/tests/generic/469
+++ b/tests/generic/469
@@ -40,6 +40,7 @@ rm -f $seqres.full
 _supported_fs generic
 _supported_os Linux
 _require_test
+_require_xfs_io_command "falloc" "-k"
 
 run_fsx()
 {
-- 
2.21.0


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

end of thread, other threads:[~2019-10-18 10:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-16 10:53 [PATCH] generic/469: Skip the test if fallocate keep_size is not supported Misono Tomohiro
2019-10-17  2:42 ` Yang Xu
2019-10-17  2:52   ` misono.tomohiro
2019-10-17  3:55     ` Yang Xu
2019-10-17  7:08       ` misono.tomohiro
2019-10-18  8:39 ` Eryu Guan
2019-10-18  9:02   ` misono.tomohiro
2019-10-18 10:24     ` Eryu Guan
2019-10-18 10:52       ` misono.tomohiro

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.