* two group files updates @ 2016-06-14 15:08 Christoph Hellwig 2016-06-14 15:08 ` [PATCH 1/2] generic/346: add to the quick and rw groups Christoph Hellwig 2016-06-14 15:08 ` [PATCH 2/2] generic/042: add to auto group Christoph Hellwig 0 siblings, 2 replies; 7+ messages in thread From: Christoph Hellwig @ 2016-06-14 15:08 UTC (permalink / raw) To: fstests The first was already sent out earlier, but I've fixed the subject line. The second one is new and adds a test that's been in the quick group forever to the auto group as well. ^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/2] generic/346: add to the quick and rw groups 2016-06-14 15:08 two group files updates Christoph Hellwig @ 2016-06-14 15:08 ` Christoph Hellwig 2016-06-14 15:08 ` [PATCH 2/2] generic/042: add to auto group Christoph Hellwig 1 sibling, 0 replies; 7+ messages in thread From: Christoph Hellwig @ 2016-06-14 15:08 UTC (permalink / raw) To: fstests The test runs quickly and covers code not covered by any other test, so add it to the quick group. Also add it to the rw group while we're at it. Signed-off-by: Christoph Hellwig <hch@lst.de> --- tests/generic/group | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/group b/tests/generic/group index 36fb759..217ffaa 100644 --- a/tests/generic/group +++ b/tests/generic/group @@ -348,7 +348,7 @@ 343 auto quick metadata 344 auto 345 auto -346 auto +346 auto quick rw 347 auto quick rw thin 348 auto quick metadata 349 blockdev quick rw -- 2.1.4 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 2/2] generic/042: add to auto group 2016-06-14 15:08 two group files updates Christoph Hellwig 2016-06-14 15:08 ` [PATCH 1/2] generic/346: add to the quick and rw groups Christoph Hellwig @ 2016-06-14 15:08 ` Christoph Hellwig 2016-06-14 15:44 ` Omer Zilberberg 1 sibling, 1 reply; 7+ messages in thread From: Christoph Hellwig @ 2016-06-14 15:08 UTC (permalink / raw) To: fstests This is an odd one as it's in the quick group but not the auto one. And it actually fails on XFS for me.. Signed-off-by: Christoph Hellwig <hch@lst.de> --- tests/generic/group | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/group b/tests/generic/group index 217ffaa..2daff9f 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 quick rw +042 auto quick rw 043 metadata log auto 044 metadata log auto 045 metadata log auto -- 2.1.4 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 2/2] generic/042: add to auto group 2016-06-14 15:08 ` [PATCH 2/2] generic/042: add to auto group Christoph Hellwig @ 2016-06-14 15:44 ` Omer Zilberberg 2016-06-14 16:51 ` Christoph Hellwig 0 siblings, 1 reply; 7+ messages in thread From: Omer Zilberberg @ 2016-06-14 15:44 UTC (permalink / raw) To: Christoph Hellwig, fstests On 06/14/2016 06:08 PM, Christoph Hellwig wrote: > This is an odd one as it's in the quick group but not the auto one. > And it actually fails on XFS for me.. Please note that this was removed from 'auto' in commit: 7721b85 generic/042: remove from the 'auto' group I don't know whether the original reasons for this are still relevant... just FYI > > Signed-off-by: Christoph Hellwig <hch@lst.de> > --- > tests/generic/group | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/generic/group b/tests/generic/group > index 217ffaa..2daff9f 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 quick rw > +042 auto quick rw > 043 metadata log auto > 044 metadata log auto > 045 metadata log auto > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 2/2] generic/042: add to auto group 2016-06-14 15:44 ` Omer Zilberberg @ 2016-06-14 16:51 ` Christoph Hellwig 2016-06-21 8:12 ` Eryu Guan 0 siblings, 1 reply; 7+ messages in thread From: Christoph Hellwig @ 2016-06-14 16:51 UTC (permalink / raw) To: Omer Zilberberg; +Cc: Christoph Hellwig, fstests On Tue, Jun 14, 2016 at 06:44:40PM +0300, Omer Zilberberg wrote: > > > On 06/14/2016 06:08 PM, Christoph Hellwig wrote: > > This is an odd one as it's in the quick group but not the auto one. > > And it actually fails on XFS for me.. > Please note that this was removed from 'auto' in commit: > 7721b85 generic/042: remove from the 'auto' group > I don't know whether the original reasons for this are still relevant... > just FYI I tend to disagree with the rationale, but even if we believe it it should have been removed from the quick group as well. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 2/2] generic/042: add to auto group 2016-06-14 16:51 ` Christoph Hellwig @ 2016-06-21 8:12 ` Eryu Guan 2016-06-21 23:49 ` Dave Chinner 0 siblings, 1 reply; 7+ messages in thread From: Eryu Guan @ 2016-06-21 8:12 UTC (permalink / raw) To: Christoph Hellwig; +Cc: Omer Zilberberg, fstests On Tue, Jun 14, 2016 at 06:51:25PM +0200, Christoph Hellwig wrote: > On Tue, Jun 14, 2016 at 06:44:40PM +0300, Omer Zilberberg wrote: > > > > > > On 06/14/2016 06:08 PM, Christoph Hellwig wrote: > > > This is an odd one as it's in the quick group but not the auto one. > > > And it actually fails on XFS for me.. > > Please note that this was removed from 'auto' in commit: > > 7721b85 generic/042: remove from the 'auto' group > > I don't know whether the original reasons for this are still relevant... > > just FYI > > I tend to disagree with the rationale, but even if we believe it it > should have been removed from the quick group as well. So the question is how do we define auto group, 7721b85 removed auto group because "the auto group is for tests that *are* expected to succeed". I searched for Dave's explainations on 'auto' group in his reviews, and got the following definitions: - it should be a valid & reliable test (it's finished and have deterministic output) [1] - it passes on current upstream kernels, if it fails, it's likely to be resolved in forseeable future [2] - it should take no longer than 5 minutes to finish [3] generic/042 is a valid & reliable regression test, and it finishes within 5 seconds for me, but it fails on current upstream kernels, and I don't see when it could be fixed (the test was added in Oct. 2014, it's not fixed in almost two years). So removing it from 'auto' group seems fine to me, but I'm not sure about the 'quick' group. Is it related to auto? Thanks, Eryu [1] http://www.spinics.net/lists/fstests/msg00938.html [2] http://www.spinics.net/lists/fstests/msg01548.html [3] http://www.spinics.net/lists/fstests/msg01719.html > -- > 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] 7+ messages in thread
* Re: [PATCH 2/2] generic/042: add to auto group 2016-06-21 8:12 ` Eryu Guan @ 2016-06-21 23:49 ` Dave Chinner 0 siblings, 0 replies; 7+ messages in thread From: Dave Chinner @ 2016-06-21 23:49 UTC (permalink / raw) To: Eryu Guan; +Cc: Christoph Hellwig, Omer Zilberberg, fstests On Tue, Jun 21, 2016 at 04:12:42PM +0800, Eryu Guan wrote: > On Tue, Jun 14, 2016 at 06:51:25PM +0200, Christoph Hellwig wrote: > > On Tue, Jun 14, 2016 at 06:44:40PM +0300, Omer Zilberberg wrote: > > > > > > > > > On 06/14/2016 06:08 PM, Christoph Hellwig wrote: > > > > This is an odd one as it's in the quick group but not the auto one. > > > > And it actually fails on XFS for me.. > > > Please note that this was removed from 'auto' in commit: > > > 7721b85 generic/042: remove from the 'auto' group > > > I don't know whether the original reasons for this are still relevant... > > > just FYI > > > > I tend to disagree with the rationale, but even if we believe it it > > should have been removed from the quick group as well. > > So the question is how do we define auto group, 7721b85 removed auto > group because "the auto group is for tests that *are* expected to > succeed". > > I searched for Dave's explainations on 'auto' group in his reviews, and > got the following definitions: > > - it should be a valid & reliable test (it's finished and have > deterministic output) [1] > - it passes on current upstream kernels, if it fails, it's likely to be > resolved in forseeable future [2] > - it should take no longer than 5 minutes to finish [3] > > generic/042 is a valid & reliable regression test, and it finishes > within 5 seconds for me, but it fails on current upstream kernels, and I > don't see when it could be fixed (the test was added in Oct. 2014, it's > not fixed in almost two years). > > So removing it from 'auto' group seems fine to me, but I'm not sure > about the 'quick' group. Is it related to auto? Yes. The only difference between quick and auto group criteria is the test runtime. Cheers, Dave. -- Dave Chinner david@fromorbit.com ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-06-21 23:50 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-06-14 15:08 two group files updates Christoph Hellwig 2016-06-14 15:08 ` [PATCH 1/2] generic/346: add to the quick and rw groups Christoph Hellwig 2016-06-14 15:08 ` [PATCH 2/2] generic/042: add to auto group Christoph Hellwig 2016-06-14 15:44 ` Omer Zilberberg 2016-06-14 16:51 ` Christoph Hellwig 2016-06-21 8:12 ` Eryu Guan 2016-06-21 23:49 ` Dave Chinner
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox