]> Kevux Git Server - rit/commit
t7704: demonstrate failure with once-cruft objects above the geometric split
authorTaylor Blau <me@ttaylorr.com>
Fri, 27 Mar 2026 20:06:49 +0000 (16:06 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Mar 2026 20:40:39 +0000 (13:40 -0700)
commit5a4381f093508f0504a99b1abc9ca5e8ebd0901f
treeee389a74f80fb360d06be2ad216151858b588869
parentd31d1f2e06942046b5220942c77245725d7df2c1
t7704: demonstrate failure with once-cruft objects above the geometric split

Add a test demonstrating a case where geometric repacking fails to
produce a pack with full object closure, thus making it impossible to
write a reachability bitmap.

Mark the test with 'test_expect_failure' for now. The subsequent commit
will explain the precise failure mode, and implement a fix.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7704-repack-cruft.sh