From: Luis Chamberlain <mcgrof@kernel.org>
To: "Darrick J. Wong" <djwong@kernel.org>
Cc: Zorro Lang <zlang@redhat.com>,
Amir Goldstein <amir73il@gmail.com>,
Linus Torvalds <torvalds@linux-foundation.org>,
corbet@lwn.net, linux-xfs@vger.kernel.org,
linux-fsdevel@vger.kernel.org, david@fromorbit.com,
cem@kernel.org, sandeen@sandeen.net, chandan.babu@oracle.com,
leah.rumancik@gmail.com, zlang@kernel.org,
fstests@vger.kernel.org, willy@infradead.org,
shirley.ma@oracle.com, konrad.wilk@oracle.com
Subject: Re: [PATCH 1/3] docs: add maintainer entry profile for XFS
Date: Sat, 19 Aug 2023 12:07:22 -0700 [thread overview]
Message-ID: <ZOES6qmHVHuiz2ek@bombadil.infradead.org> (raw)
In-Reply-To: <20230819020736.GS11340@frogsfrogsfrogs>
On Fri, Aug 18, 2023 at 07:07:36PM -0700, Darrick J. Wong wrote:
> On Wed, Aug 16, 2023 at 06:15:22PM -0700, Luis Chamberlain wrote:
> > On Wed, Aug 16, 2023 at 05:33:45PM -0700, Darrick J. Wong wrote:
> > > However, I defined the testing lead (quoting from above):
> > >
> > > "**Testing Lead**: This person is responsible for setting the test
> > > coverage goals of the project, negotiating with developers to decide
> > > on new tests for new features, and making sure that developers and
> > > release managers execute on the testing."
> >
> > This I thought I could do.
>
> Well I certainly invite you to try! :)
OK I don't need a documented tag to try that, so will chug on to try to
help with that.
> > > In my mind, that means the testing lead should be reviewing changes
> > > proposed for tests/xfs/* in fstests by XFS developers to make sure that
> > > new features are adequately covered; and checking that drive-by
> > > contributions from others fit well with what's already there.
> >
> > This should be included in the description if that's part of the role.
> > This alone is a task and I'm afraid *that* does require much more time
> > commitment and experience I don't think I have with XFS yet. And so it
> > would seem to me a more experience developer on both fstests and XFS
> > would be required for this.
<-- QA stuff -->
FWIW I never have worked with a QA team other than to ask what they do, the
work I do simply is designed to be used by kernel developers for kernel
developers. Why? Because I don't want to disrupt a QA team. If they want
to use it, then great.
> (As for testcase review: is that the job of the code reviewer? or the
> test maintainer? I don't know...)
>
> At this time, our testing is so ... uneven ... that "someone who feels
> totally comfortable with calling bs on obviously inadequate testing and
> people will listen to" is probably qualification enough. :)
OK best I can do is just try, specially in light of "burnout", so to try to
help as communal effort.
I think it helps to quantify the work required, so to ensure I can also
commit and don't break my own responsibilities elsewhere, breaking it
down just for XFS specific tests:
git log --pretty=oneline --since="2023-01-01" --until="2023-02-01" tests/xfs/ | wc -l
17
git log --pretty=oneline --since="2023-02-01" --until="2023-03-01" tests/xfs/ | wc -l
26
git log --pretty=oneline --since="2023-03-01" --until="2023-04-01" tests/xfs/ | wc -l
10
git log --pretty=oneline --since="2023-04-01" --until="2023-05-01" tests/xfs/ | wc -l
1
git log --pretty=oneline --since="2023-05-01" --until="2023-06-01" tests/xfs/ | wc -l
4
git log --pretty=oneline --since="2023-06-01" --until="2023-07-01" tests/xfs/ | wc -l
5
git log --pretty=oneline --since="2023-07-01" --until="2023-08-01" tests/xfs/ | wc -l
5
Lemme just try...
> > > > And a test lead might do more testing besides fstests. So I can't imagine
> > > > that I need to check another project to learn about who's in charge of the
> > > > current project I'm changing.
> > >
> > > ...so the testing lead would be the person who you'd talk to directly
> > > about changes that you want to make.
> >
> > I could certainly help try to set a high bar, but to actually ensure
> > correctness of XFS test patches, I do think that should require a more
> > seasoned XFS developer and with fstests.
>
> <shrug> Maybe we should chat more directly about this? :)
> I'll look you up in #kdevops (the irc) next week.
Sure.
Luis
next prev parent reply other threads:[~2023-08-20 11:24 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-01 19:58 [PATCHSET 0/3] xfs: maintainer transition for 6.6 Darrick J. Wong
2023-08-01 19:58 ` [PATCH 1/3] docs: add maintainer entry profile for XFS Darrick J. Wong
2023-08-04 5:09 ` Darrick J. Wong
2023-08-04 6:08 ` Chandan Babu R
2023-08-11 19:31 ` Luis Chamberlain
2023-08-12 0:04 ` Darrick J. Wong
2023-08-12 9:05 ` Amir Goldstein
2023-08-15 23:54 ` Luis Chamberlain
2023-08-16 0:11 ` Darrick J. Wong
2023-08-16 1:22 ` Luis Chamberlain
2023-08-16 6:04 ` Zorro Lang
2023-08-17 0:33 ` Darrick J. Wong
2023-08-17 1:15 ` Luis Chamberlain
2023-08-19 2:07 ` Darrick J. Wong
2023-08-19 19:07 ` Luis Chamberlain [this message]
2023-08-19 3:52 ` Zorro Lang
2023-08-01 19:58 ` [PATCH 2/3] MAINTAINERS: drop me as XFS maintainer Darrick J. Wong
2023-08-01 19:58 ` [PATCH 3/3] MAINTAINERS: add Chandan Babu as XFS release manager Darrick J. Wong
2023-08-03 13:07 ` Chandan Babu R
2023-08-02 19:31 ` [PATCHSET 0/3] xfs: maintainer transition for 6.6 Darrick J. Wong
-- strict thread matches above, loose matches on Subject: below --
2023-08-04 16:24 [PATCHSET v2 " Darrick J. Wong
2023-08-04 16:25 ` [PATCH 1/3] docs: add maintainer entry profile for XFS Darrick J. Wong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZOES6qmHVHuiz2ek@bombadil.infradead.org \
--to=mcgrof@kernel.org \
--cc=amir73il@gmail.com \
--cc=cem@kernel.org \
--cc=chandan.babu@oracle.com \
--cc=corbet@lwn.net \
--cc=david@fromorbit.com \
--cc=djwong@kernel.org \
--cc=fstests@vger.kernel.org \
--cc=konrad.wilk@oracle.com \
--cc=leah.rumancik@gmail.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-xfs@vger.kernel.org \
--cc=sandeen@sandeen.net \
--cc=shirley.ma@oracle.com \
--cc=torvalds@linux-foundation.org \
--cc=willy@infradead.org \
--cc=zlang@kernel.org \
--cc=zlang@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).