Once upon a time, xfstest generic/027 would fail consistently when run
in the inline test configuration, and an inline.exclude file was
created containing it to suppress the resulting failure messages.
However, generic/027 has been running and completing successfully in
weekly -rc regression runs for more than six months on test systems
not using the exclude file. We should be able to stop excluding it now.
Signed-off-by: Eric Whitney <[email protected]>
---
kvm-xfstests/test-appliance/files/root/conf/inline.exclude | 1 -
1 file changed, 1 deletion(-)
delete mode 100644 kvm-xfstests/test-appliance/files/root/conf/inline.exclude
diff --git a/kvm-xfstests/test-appliance/files/root/conf/inline.exclude b/kvm-xfstests/test-appliance/files/root/conf/inline.exclude
deleted file mode 100644
index 9a059f8..0000000
--- a/kvm-xfstests/test-appliance/files/root/conf/inline.exclude
+++ /dev/null
@@ -1 +0,0 @@
-generic/027
--
2.1.4
On Wed, Jun 10, 2015 at 02:18:04PM -0400, Eric Whitney wrote:
> Once upon a time, xfstest generic/027 would fail consistently when run
> in the inline test configuration, and an inline.exclude file was
> created containing it to suppress the resulting failure messages.
> However, generic/027 has been running and completing successfully in
> weekly -rc regression runs for more than six months on test systems
> not using the exclude file. We should be able to stop excluding it now.
>
> Signed-off-by: Eric Whitney <[email protected]>
This is already in my tree, thanks.
- Ted