The xfstests listed in the nojournal.exclude file have all been modified
so they will only run on a test file system that journals metadata.
This prevents the spurious test failures previously seen when running
these tests (including generic/034, generic/311, generic/321,
generic/322, and generic/325) in the nojournal test configuration.
Remove nojournal.exclude since it's no longer needed to suppress test
failure noise.
Signed-off-by: Eric Whitney <[email protected]>
---
kvm-xfstests/test-appliance/files/root/conf/nojournal.exclude | 5 -----
1 file changed, 5 deletions(-)
delete mode 100644 kvm-xfstests/test-appliance/files/root/conf/nojournal.exclude
diff --git a/kvm-xfstests/test-appliance/files/root/conf/nojournal.exclude b/kvm-xfstests/test-appliance/files/root/conf/nojournal.exclude
deleted file mode 100644
index 33780bb..0000000
--- a/kvm-xfstests/test-appliance/files/root/conf/nojournal.exclude
+++ /dev/null
@@ -1,5 +0,0 @@
-generic/034
-generic/311
-generic/321
-generic/322
-generic/325
--
2.1.4
On Wed, Jun 10, 2015 at 02:16:02PM -0400, Eric Whitney wrote:
> The xfstests listed in the nojournal.exclude file have all been modified
> so they will only run on a test file system that journals metadata.
> This prevents the spurious test failures previously seen when running
> these tests (including generic/034, generic/311, generic/321,
> generic/322, and generic/325) in the nojournal test configuration.
>
> Remove nojournal.exclude since it's no longer needed to suppress test
> failure noise.
>
> Signed-off-by: Eric Whitney <[email protected]>
This change is already in my git tree, but I see I haven't pushed out
an update in a while.
My apologies, I've just my tree to git.kernel.org. The update
includes some changes assuming that e2fsprogs 1.43.x is used.
- Ted