All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfstests-bld: add exclude file for ext3 tests
@ 2016-02-20 15:51 Eric Whitney
  2016-02-21  0:34 ` Dave Chinner
  0 siblings, 1 reply; 7+ messages in thread
From: Eric Whitney @ 2016-02-20 15:51 UTC (permalink / raw)
  To: linux-ext4; +Cc: tytso

Add an exclude file for the ext3 test case to prevent failure reports
from tests that exercise unsupported online defrag functionality.

Two online defrag tests - ext4/307 and /308 - are not included because
they contain explicit requirements for fallocate support that prevents
them from running on an emulated ext3 file system.

It may be possible to modify the excluded tests at a future date so they
will not run unless the test file system is extent mapped.  For now, this
patch is an expedient measure to reduce testing noise.

Signed-off-by: Eric Whitney <enwlinux@gmail.com>
---
 kvm-xfstests/test-appliance/files/root/conf/ext3.exclude | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 kvm-xfstests/test-appliance/files/root/conf/ext3.exclude

diff --git a/kvm-xfstests/test-appliance/files/root/conf/ext3.exclude b/kvm-xfstests/test-appliance/files/root/conf/ext3.exclude
new file mode 100644
index 0000000..c46c79b
--- /dev/null
+++ b/kvm-xfstests/test-appliance/files/root/conf/ext3.exclude
@@ -0,0 +1,6 @@
+# ext4's ext3 emulation does not support on-line
+# defrag, which requires extent-based files
+ext4/301
+ext4/302
+ext4/303
+ext4/304
-- 
2.1.4


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

end of thread, other threads:[~2016-02-22  0:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-20 15:51 [PATCH] xfstests-bld: add exclude file for ext3 tests Eric Whitney
2016-02-21  0:34 ` Dave Chinner
2016-02-21  2:57   ` Theodore Ts'o
2016-02-21  5:45     ` Theodore Ts'o
2016-02-21  6:23     ` Dave Chinner
2016-02-21 16:58       ` Theodore Ts'o
2016-02-22  0:26         ` Dave Chinner

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.