linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][RESEND]  xfstests: only run generic/300 on filesystems supporting
@ 2013-09-06 19:42 Eric Whitney
  2013-09-06 19:51 ` Eric Sandeen
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Whitney @ 2013-09-06 19:42 UTC (permalink / raw)
  To: xfs; +Cc: linux-ext4

Generic/300 fails when run on a test filesystem that does not support
fallocate(), as in the case of an ext4 filesystem created without the
extent feature.  It uses fio's falloc ioengine to generate part of its
I/O load.

Verify that the test filesystem supports fallocate() before proceeding
with the test.  Also, delete any pre-existing test output to avoid
confusion with old results.

Signed-off-by: Eric Whitney <enwlinux@gmail.com>
---
 tests/generic/300 |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/generic/300 b/tests/generic/300
index 7c60728..1ac763b 100755
--- a/tests/generic/300
+++ b/tests/generic/300
@@ -43,6 +43,9 @@ _supported_fs generic
 _supported_os Linux
 _need_to_be_root
 _require_scratch
+_require_xfs_io_falloc
+
+rm -f $seqres.full
 
 NUM_JOBS=$((4*LOAD_FACTOR))
 BLK_DEV_SIZE=`blockdev --getsz $SCRATCH_DEV`
-- 
1.7.10.4


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

end of thread, other threads:[~2013-09-21 21:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-06 19:42 [PATCH][RESEND] xfstests: only run generic/300 on filesystems supporting Eric Whitney
2013-09-06 19:51 ` Eric Sandeen
2013-09-21 21:59   ` Eric Whitney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).