Re: [PATCH] t0613: mark as leak-free

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jul 22, 2024 at 11:02:24AM +0200, Patrick Steinhardt wrote:

> > I'd noticed it, too, while doing recent leak fixes. But since Patrick
> > has been working on leaks and is the go-to person for reftables, I
> > assumed he had already seen it and there was something clever going on. ;)
> 
> Nah, you assumed too much :) I just forgot to mark this as leak-free and
> the topic crossed with my memory-leak-fix topics, so I didn't yet find
> the time to fix it.

Ah, OK. :) Then I think we did the right thing in your absence.

> It does highlight an issue though: I think memory leak checks should be
> opt-out rather than opt-in by now. Most of our tests run just fine with
> the memory leak checker enabled, and that's also where we want to be
> headed. So making tests opt-out would likely raise more eyebrows when
> new tests are being added that explicitly opt out.
> 
> The only reason I didn't send a patch like this yet is that it would of
> course create quite a bit of churn in our tests. I'm not sure whether
> that churn is really worth it, or whether we should instead just
> continue fixing tests until we can get rid of this marking altogether
> because all of our tests pass.

I could see arguments in both directions. I'd worry that by switching
the default to "assume leak free", it may end up with misalignment
between who introduces the bug and who deals with the fallout.

Right now, if I introduce a test that is leak free but don't mark it,
somebody working on leaks later runs in check mode and says "yay, it
passes. Let's mark it". It becomes their task to do, but it's an
easy-ish task.

If we go the other way, then a new test that _does_ leak means that
either:

  1. The original author notices the CI leaks job failing.

     a. They introduced the leak, and it was caught early. Yay!

     b. The leak is in some random part of Git that their test happened
	to trigger. Now they spend effort proving it was not their fault
	before they annotate the test with "does not pass leak".

  2. The original author does not notice. Somebody notices later when
     doing leak-checking (or I guess just running their own CI, if we
     are hitting these by default). Now they are stuck with doing (1a)
     or (1b) themselves, even though they do not care about the original
     topic.

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 guess the only way to know is to try it, but as you noted, it is a bit
of churn to switch between the two states.

-Peff




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux