All of lore.kernel.org
 help / color / mirror / Atom feed
* [f2fs-dev] Baseline for f2fs
@ 2022-04-19 17:21 Luis Chamberlain
  2022-04-19 22:41 ` Jaegeuk Kim
  0 siblings, 1 reply; 8+ messages in thread
From: Luis Chamberlain @ 2022-04-19 17:21 UTC (permalink / raw)
  To: Jaegeuk Kim; +Cc: Pankaj Raghav, linux-f2fs-devel

I'm going to add automation support for f2fs within kdevops [0]. This
should enable folks to test for regressions for f2fs from scratch with
just a few commands. Before I go ahead and add that I was curious if
folks have a known baseline of known failures from fstests for f2fs so
I can expunge the known issues for now. Is there a tracker where these
are kept as well?

Thanks!

  Luis

[0] https://github.com/mcgrof/kdevops


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [f2fs-dev] Baseline for f2fs
  2022-04-19 17:21 [f2fs-dev] Baseline for f2fs Luis Chamberlain
@ 2022-04-19 22:41 ` Jaegeuk Kim
  2022-04-19 22:42   ` Luis Chamberlain
  0 siblings, 1 reply; 8+ messages in thread
From: Jaegeuk Kim @ 2022-04-19 22:41 UTC (permalink / raw)
  To: Luis Chamberlain; +Cc: Pankaj Raghav, linux-f2fs-devel

On 04/19, Luis Chamberlain wrote:
> I'm going to add automation support for f2fs within kdevops [0]. This
> should enable folks to test for regressions for f2fs from scratch with
> just a few commands. Before I go ahead and add that I was curious if
> folks have a known baseline of known failures from fstests for f2fs so
> I can expunge the known issues for now. Is there a tracker where these
> are kept as well?

Well, I'm not sure what fstests will run. Is that based on xfstests?

> 
> Thanks!
> 
>   Luis
> 
> [0] https://github.com/mcgrof/kdevops


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [f2fs-dev] Baseline for f2fs
  2022-04-19 22:41 ` Jaegeuk Kim
@ 2022-04-19 22:42   ` Luis Chamberlain
  2022-04-19 23:03     ` Jaegeuk Kim
  0 siblings, 1 reply; 8+ messages in thread
From: Luis Chamberlain @ 2022-04-19 22:42 UTC (permalink / raw)
  To: Jaegeuk Kim; +Cc: Pankaj Raghav, linux-f2fs-devel

On Tue, Apr 19, 2022 at 3:42 PM Jaegeuk Kim <jaegeuk@kernel.org> wrote:
>
> On 04/19, Luis Chamberlain wrote:
> > I'm going to add automation support for f2fs within kdevops [0]. This
> > should enable folks to test for regressions for f2fs from scratch with
> > just a few commands. Before I go ahead and add that I was curious if
> > folks have a known baseline of known failures from fstests for f2fs so
> > I can expunge the known issues for now. Is there a tracker where these
> > are kept as well?
>
> Well, I'm not sure what fstests will run. Is that based on xfstests?

Yes. I call it fstests only because I'm tired of attending LSFMMs
where folks don't realize that xfstests is used to test any
filesystem. So I figured we need to rebrand it.

 Luis


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [f2fs-dev] Baseline for f2fs
  2022-04-19 22:42   ` Luis Chamberlain
@ 2022-04-19 23:03     ` Jaegeuk Kim
  2022-04-19 23:26       ` Luis Chamberlain
  0 siblings, 1 reply; 8+ messages in thread
From: Jaegeuk Kim @ 2022-04-19 23:03 UTC (permalink / raw)
  To: Luis Chamberlain; +Cc: Pankaj Raghav, linux-f2fs-devel

On 04/19, Luis Chamberlain wrote:
> On Tue, Apr 19, 2022 at 3:42 PM Jaegeuk Kim <jaegeuk@kernel.org> wrote:
> >
> > On 04/19, Luis Chamberlain wrote:
> > > I'm going to add automation support for f2fs within kdevops [0]. This
> > > should enable folks to test for regressions for f2fs from scratch with
> > > just a few commands. Before I go ahead and add that I was curious if
> > > folks have a known baseline of known failures from fstests for f2fs so
> > > I can expunge the known issues for now. Is there a tracker where these
> > > are kept as well?
> >
> > Well, I'm not sure what fstests will run. Is that based on xfstests?
> 
> Yes. I call it fstests only because I'm tired of attending LSFMMs
> where folks don't realize that xfstests is used to test any
> filesystem. So I figured we need to rebrand it.

I see. This is what I modified a bit based on xfstests for f2fs.

https://github.com/jaegeuk/xfstests-f2fs/commits/f2fs

Thanks,

> 
>  Luis


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [f2fs-dev] Baseline for f2fs
  2022-04-19 23:03     ` Jaegeuk Kim
@ 2022-04-19 23:26       ` Luis Chamberlain
  2022-04-20  4:02         ` Luis Chamberlain
  0 siblings, 1 reply; 8+ messages in thread
From: Luis Chamberlain @ 2022-04-19 23:26 UTC (permalink / raw)
  To: Jaegeuk Kim; +Cc: Pankaj Raghav, linux-f2fs-devel

On Tue, Apr 19, 2022 at 4:03 PM Jaegeuk Kim <jaegeuk@kernel.org> wrote:
>
> On 04/19, Luis Chamberlain wrote:
> > On Tue, Apr 19, 2022 at 3:42 PM Jaegeuk Kim <jaegeuk@kernel.org> wrote:
> > >
> > > On 04/19, Luis Chamberlain wrote:
> > > > I'm going to add automation support for f2fs within kdevops [0]. This
> > > > should enable folks to test for regressions for f2fs from scratch with
> > > > just a few commands. Before I go ahead and add that I was curious if
> > > > folks have a known baseline of known failures from fstests for f2fs so
> > > > I can expunge the known issues for now. Is there a tracker where these
> > > > are kept as well?
> > >
> > > Well, I'm not sure what fstests will run. Is that based on xfstests?
> >
> > Yes. I call it fstests only because I'm tired of attending LSFMMs
> > where folks don't realize that xfstests is used to test any
> > filesystem. So I figured we need to rebrand it.
>
> I see. This is what I modified a bit based on xfstests for f2fs.
>
> https://github.com/jaegeuk/xfstests-f2fs/commits/f2fs

Oh... so this is not upstream...  I see.. ok hrm..

 Luis


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [f2fs-dev] Baseline for f2fs
  2022-04-19 23:26       ` Luis Chamberlain
@ 2022-04-20  4:02         ` Luis Chamberlain
  2022-04-20 18:12           ` Jaegeuk Kim
  0 siblings, 1 reply; 8+ messages in thread
From: Luis Chamberlain @ 2022-04-20  4:02 UTC (permalink / raw)
  To: Jaegeuk Kim; +Cc: Pankaj Raghav, linux-f2fs-devel

On Tue, Apr 19, 2022 at 4:26 PM Luis Chamberlain <mcgrof@kernel.org> wrote:
> Oh... so this is not upstream...  I see.. ok hrm..

Any plans to try to upstream your delta?

  Luis


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [f2fs-dev] Baseline for f2fs
  2022-04-20  4:02         ` Luis Chamberlain
@ 2022-04-20 18:12           ` Jaegeuk Kim
  2022-04-20 18:23             ` Luis Chamberlain
  0 siblings, 1 reply; 8+ messages in thread
From: Jaegeuk Kim @ 2022-04-20 18:12 UTC (permalink / raw)
  To: Luis Chamberlain; +Cc: Pankaj Raghav, linux-f2fs-devel

On 04/19, Luis Chamberlain wrote:
> On Tue, Apr 19, 2022 at 4:26 PM Luis Chamberlain <mcgrof@kernel.org> wrote:
> > Oh... so this is not upstream...  I see.. ok hrm..
> 
> Any plans to try to upstream your delta?

Not for now. :)

> 
>   Luis


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [f2fs-dev] Baseline for f2fs
  2022-04-20 18:12           ` Jaegeuk Kim
@ 2022-04-20 18:23             ` Luis Chamberlain
  0 siblings, 0 replies; 8+ messages in thread
From: Luis Chamberlain @ 2022-04-20 18:23 UTC (permalink / raw)
  To: Jaegeuk Kim; +Cc: Pankaj Raghav, linux-f2fs-devel

On Wed, Apr 20, 2022 at 11:12:33AM -0700, Jaegeuk Kim wrote:
> On 04/19, Luis Chamberlain wrote:
> > On Tue, Apr 19, 2022 at 4:26 PM Luis Chamberlain <mcgrof@kernel.org> wrote:
> > > Oh... so this is not upstream...  I see.. ok hrm..
> > 
> > Any plans to try to upstream your delta?
> 
> Not for now. :)

Why not ? :)

In any case I can *cake* in a custom git for fstests when f2fs is selected.
In other words, I can add support for this hack for kdevops for f2fs, but it
sure would be nice if that delta disappared.

  Luis


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-04-20 18:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-19 17:21 [f2fs-dev] Baseline for f2fs Luis Chamberlain
2022-04-19 22:41 ` Jaegeuk Kim
2022-04-19 22:42   ` Luis Chamberlain
2022-04-19 23:03     ` Jaegeuk Kim
2022-04-19 23:26       ` Luis Chamberlain
2022-04-20  4:02         ` Luis Chamberlain
2022-04-20 18:12           ` Jaegeuk Kim
2022-04-20 18:23             ` Luis Chamberlain

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.