From: "Rubén Justo" <rjusto@gmail.com>
To: Patrick Steinhardt <ps@pks.im>
Cc: Jeff King <peff@peff.net>, Git List <git@vger.kernel.org>
Subject: Re: Re* [PATCH] t0613: mark as leak-free
Date: Wed, 24 Jul 2024 08:45:33 +0200 [thread overview]
Message-ID: <d3f248de-c424-4fd9-bb54-2314291603e3@gmail.com> (raw)
In-Reply-To: <ZqCOEGfTdOSAL60w@tanuki>
On Wed, Jul 24, 2024 at 07:16:00AM +0200, Patrick Steinhardt wrote:
> On Wed, Jul 24, 2024 at 01:07:23AM +0200, Rubén Justo wrote:
> > On Tue, Jul 23, 2024 at 05:03:39PM -0400, Jeff King wrote:
> > > On Mon, Jul 22, 2024 at 11:02:24AM +0200, Patrick Steinhardt wrote:
> > > So I dunno. If we think people are paying attention to CI on their
> > > topics, and we think that we are close enough to leak-free that (1b)
> > > won't come up a lot, it might make sense. I'm not quite sure we're there
> > > yet on the latter, but it's mostly gut feeling (and I know things have
> > > gotten a bit better recently, too).
> >
> > I don't know either. Maybe it seems a bit early still considering the
> > numbers we have:
> >
> > $ git grep -l PASSES_SANITIZE_LEAK=true t/t[0-9][0-9][0-9][0-9]-*.sh | wc -l
> > 678
> > $ git grep -L PASSES_SANITIZE_LEAK=true t/t[0-9][0-9][0-9][0-9]-*.sh | wc -l
> > 329
>
> These numbers aren't quite right -- you have to filter out most of the
> tests that include "lib-git-svn.sh", which reverses the schema and makes
> leak checks opt-out (?!).
You are right.
> That brings me to the following hacky numbers:
>
> $ grep -l TEST_PASSES_SANITIZE_LEAK=true t[0-9][0-9][0-9][0-9]-*.sh | grep -v svn | wc -l
> 678
> $ grep -L TEST_PASSES_SANITIZE_LEAK=true t[0-9][0-9][0-9][0-9]-*.sh | grep -v svn | wc -l
> 261
Out of curiosity, I ran this:
$ echo $((329 - $(git grep -l lib-git-svn.sh t/t[0-9][0-9][0-9][0-9]-*.sh | wc -l)))
260
which points to t9150-svk-mergetickets.sh.
prev parent reply other threads:[~2024-07-24 6:45 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-30 6:46 [PATCH] t0613: mark as leak-free Rubén Justo
2024-07-01 3:57 ` Jeff King
2024-07-01 19:35 ` Rubén Justo
2024-07-01 19:38 ` t0612: " Rubén Justo
2024-07-01 19:40 ` Eric Sunshine
2024-07-01 19:44 ` [PATCH] " Rubén Justo
2024-07-22 9:02 ` [PATCH] t0613: " Patrick Steinhardt
2024-07-23 21:03 ` Jeff King
2024-07-23 23:07 ` Re* " Rubén Justo
2024-07-24 5:16 ` Patrick Steinhardt
2024-07-24 6:45 ` Rubén Justo [this message]
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=d3f248de-c424-4fd9-bb54-2314291603e3@gmail.com \
--to=rjusto@gmail.com \
--cc=git@vger.kernel.org \
--cc=peff@peff.net \
--cc=ps@pks.im \
/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).