Message ID | 1506616841-24121-1-git-send-email-amir73il@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Sep 28, 2017 at 07:40:41PM +0300, Amir Goldstein wrote: > It hogged my cpu for a good 300s. > Test was inheritted from generic/176, which is not quick. Hmm, takes 51s on some nice fast "pmem" here. Not quick either. :( Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> > Signed-off-by: Amir Goldstein <amir73il@gmail.com> > --- > tests/generic/group | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/generic/group b/tests/generic/group > index f922b49..a9ad05d 100644 > --- a/tests/generic/group > +++ b/tests/generic/group > @@ -449,7 +449,7 @@ > 444 auto quick acl > 445 auto quick rw > 446 auto quick rw dangerous > -447 auto quick clone > +447 auto clone > 448 auto quick rw > 449 auto quick acl enospc > 450 auto quick rw > -- > 2.7.4 > -- 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
On Thu, Sep 28, 2017 at 07:40:41PM +0300, Amir Goldstein wrote: > It hogged my cpu for a good 300s. > Test was inheritted from generic/176, which is not quick. True. Looks good: Reviewed-by: Christoph Hellwig <hch@lst.de> -- 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
diff --git a/tests/generic/group b/tests/generic/group index f922b49..a9ad05d 100644 --- a/tests/generic/group +++ b/tests/generic/group @@ -449,7 +449,7 @@ 444 auto quick acl 445 auto quick rw 446 auto quick rw dangerous -447 auto quick clone +447 auto clone 448 auto quick rw 449 auto quick acl enospc 450 auto quick rw
It hogged my cpu for a good 300s. Test was inheritted from generic/176, which is not quick. Signed-off-by: Amir Goldstein <amir73il@gmail.com> --- tests/generic/group | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)