* [PATCH] generic/506: require prjquota
@ 2020-12-02 10:15 Murphy Zhou
2020-12-06 13:21 ` Eryu Guan
0 siblings, 1 reply; 3+ messages in thread
From: Murphy Zhou @ 2020-12-02 10:15 UTC (permalink / raw)
To: fstests; +Cc: darrick.wong, Murphy Zhou
To avoid false failure on overlayfs.
Signed-off-by: Murphy Zhou <jencce.kernel@gmail.com>
---
tests/generic/506 | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/generic/506 b/tests/generic/506
index d5b28cad..edcda6db 100755
--- a/tests/generic/506
+++ b/tests/generic/506
@@ -42,6 +42,7 @@ rm -f $seqres.full
# real QA test starts here
_supported_fs generic
+_require_prjquota
_require_scratch
_require_scratch_shutdown
--
2.20.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] generic/506: require prjquota
2020-12-02 10:15 [PATCH] generic/506: require prjquota Murphy Zhou
@ 2020-12-06 13:21 ` Eryu Guan
2020-12-07 6:53 ` Murphy Zhou
0 siblings, 1 reply; 3+ messages in thread
From: Eryu Guan @ 2020-12-06 13:21 UTC (permalink / raw)
To: Murphy Zhou; +Cc: fstests, darrick.wong
On Wed, Dec 02, 2020 at 06:15:21PM +0800, Murphy Zhou wrote:
> To avoid false failure on overlayfs.
>
> Signed-off-by: Murphy Zhou <jencce.kernel@gmail.com>
> ---
> tests/generic/506 | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tests/generic/506 b/tests/generic/506
> index d5b28cad..edcda6db 100755
> --- a/tests/generic/506
> +++ b/tests/generic/506
> @@ -42,6 +42,7 @@ rm -f $seqres.full
> # real QA test starts here
> _supported_fs generic
>
> +_require_prjquota
> _require_scratch
> _require_scratch_shutdown
generic/506 already has _require_prjquota below, and it requires the
device to be mounted first.
_qmount_option "prjquota"
_qmount
_require_prjquota $SCRATCH_DEV
So would you please give more details on the failure you want to fix?
Thanks,
Eryu
>
> --
> 2.20.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] generic/506: require prjquota
2020-12-06 13:21 ` Eryu Guan
@ 2020-12-07 6:53 ` Murphy Zhou
0 siblings, 0 replies; 3+ messages in thread
From: Murphy Zhou @ 2020-12-07 6:53 UTC (permalink / raw)
To: Eryu Guan; +Cc: Murphy Zhou, fstests, darrick.wong
On Sun, Dec 06, 2020 at 09:21:16PM +0800, Eryu Guan wrote:
> On Wed, Dec 02, 2020 at 06:15:21PM +0800, Murphy Zhou wrote:
> > To avoid false failure on overlayfs.
> >
> > Signed-off-by: Murphy Zhou <jencce.kernel@gmail.com>
> > ---
> > tests/generic/506 | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/tests/generic/506 b/tests/generic/506
> > index d5b28cad..edcda6db 100755
> > --- a/tests/generic/506
> > +++ b/tests/generic/506
> > @@ -42,6 +42,7 @@ rm -f $seqres.full
> > # real QA test starts here
> > _supported_fs generic
> >
> > +_require_prjquota
> > _require_scratch
> > _require_scratch_shutdown
>
> generic/506 already has _require_prjquota below, and it requires the
> device to be mounted first.
>
> _qmount_option "prjquota"
> _qmount
> _require_prjquota $SCRATCH_DEV
>
> So would you please give more details on the failure you want to fix?
qmount failed on overlayfs.
-Silence is golden
+mount: /loopsch/ovl-mnt: wrong fs type, bad option, bad superblock on /loopsch, missing codepage or helper program, or other error.
+qmount failed>
Since it's required to be mounted before checking, I guess it's better
to exclue this one for overlayfs.
Thanks for reviewing!
> Thanks,
> Eryu
>
> >
> > --
> > 2.20.1
--
Murphy
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-12-07 6:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-02 10:15 [PATCH] generic/506: require prjquota Murphy Zhou
2020-12-06 13:21 ` Eryu Guan
2020-12-07 6:53 ` Murphy Zhou
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.