On Thu Oct 31, 2024 at 2:20 PM CDT, Taylor Blau wrote: > This version of the topic, as well as the previous round, appear to > break CI: > > https://github.com/ttaylorr/git/actions/runs/11602969587 > > An easy reproduction locally is to run t/t5504-fetch-receive-strict.sh > when built with 'make SANITIZE=leak' and run with > 'GIT_TEST_DEFAULT_REF_FORMAT=reftable'. > > I'm going to kick this topic out of jch for the time being as it breaks > CI, but please do send another round once you have fixed the issue. In > the future, please verify that your series does not break CI before > sending it to the list. Thanks. My apologies, I executed make -j12 cd t prove -j12 t[0-9]*.sh (as recommended by t/readme) and everything passed. I did not know I needed to run the tests with other environment variables set. Best,