* [patch] fstests: remove generic/042 from the 'auto' group
@ 2015-12-02 18:28 Jeff Moyer
2015-12-02 18:43 ` Brian Foster
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Moyer @ 2015-12-02 18:28 UTC (permalink / raw)
To: fstests
Hi,
This test fails 100% of the time for me on xfs and current git head, and
is not run for ext4 since ext4 does not support shutdown. After talking
with bfoster, it isn't expected to succeed right now. Since the auto
group is for tests that *are* expected to succeed, let's move this one
out.
Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
diff --git a/tests/generic/group b/tests/generic/group
index a33536e..4b70008 100644
--- a/tests/generic/group
+++ b/tests/generic/group
@@ -44,7 +44,7 @@
039 metadata auto quick
040 metadata auto quick
041 metadata auto quick
-042 auto quick rw
+042 quick rw
043 metadata log auto
044 metadata log auto
045 metadata log auto
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [patch] fstests: remove generic/042 from the 'auto' group
2015-12-02 18:28 [patch] fstests: remove generic/042 from the 'auto' group Jeff Moyer
@ 2015-12-02 18:43 ` Brian Foster
0 siblings, 0 replies; 2+ messages in thread
From: Brian Foster @ 2015-12-02 18:43 UTC (permalink / raw)
To: Jeff Moyer; +Cc: fstests
On Wed, Dec 02, 2015 at 01:28:22PM -0500, Jeff Moyer wrote:
> Hi,
>
> This test fails 100% of the time for me on xfs and current git head, and
> is not run for ext4 since ext4 does not support shutdown. After talking
> with bfoster, it isn't expected to succeed right now. Since the auto
> group is for tests that *are* expected to succeed, let's move this one
> out.
>
> Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
>
My recollection for this test was that Dave had described the delalloc
extent -> real extent stale data exposure issue and I had a thought on
how to reproduce it based on some work I was doing on the zero range
bits around that time. That happened to prove effective, so I wanted to
get the test included before I lost track of it (even though a real fix
wasn't yet available).
I had played with fixing this a bit before. IIRC, it's potentially
affected by some of the work to kill buffer_head usage in the writepages
path, so I might revisit it once that stuff is more fleshed out. Until
then, this seems reasonable to me:
Reviewed-by: Brian Foster <bfoster@redhat.com>
> diff --git a/tests/generic/group b/tests/generic/group
> index a33536e..4b70008 100644
> --- a/tests/generic/group
> +++ b/tests/generic/group
> @@ -44,7 +44,7 @@
> 039 metadata auto quick
> 040 metadata auto quick
> 041 metadata auto quick
> -042 auto quick rw
> +042 quick rw
> 043 metadata log auto
> 044 metadata log auto
> 045 metadata log auto
> --
> To unsubscribe from this list: send the line "unsubscribe fstests" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-02 18:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-02 18:28 [patch] fstests: remove generic/042 from the 'auto' group Jeff Moyer
2015-12-02 18:43 ` Brian Foster
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox