On Thu, Dec 14, 2023 at 04:06:49PM -0800, Junio C Hamano wrote: > I haven't looked into the details yet, but it seems that > t5309-pack-delta-cycles.sh fails under > > $ SANITIZE=leak GIT_TEST_PASSING_SANITIZE_LEAK=true make -j16 test Hrm. I tried to reproduce this, but I'm not seeing it. I have: $ make SANITIZE=leak GIT_TEST_PASSING_SANITIZE_LEAK=true test [ ... ] All tests successful. Files=1001, Tests=14558, 48 wallclock secs ( 8.34 usr 2.10 sys + 391.60 cusr 319.67 csys = 721.71 CPU) Result: PASS With this series applied on top of 1a87c842ec (Start the 2.44 cycle, 2023-12-09). The tree I get at the end is d148e16f5cfba405a9823cb68540a8c83004f98f. Did we apply onto different bases? Thanks, Taylor