]> Kevux Git Server - rit/commit
t: disable maintenance where we verify object database structure
authorPatrick Steinhardt <ps@pks.im>
Tue, 24 Feb 2026 08:45:46 +0000 (09:45 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Feb 2026 15:33:19 +0000 (07:33 -0800)
commit5e6c61272023750253da2ef9d45dbd2c2bb7b469
tree8f8a3e4e5002b5f74db46385db7f525b3121d579
parent09505b11153a20e1c6c572d41db778171dd19cbc
t: disable maintenance where we verify object database structure

We have a couple of tests that explicitly verify the structure of the
object database. Naturally, this structure is dependent on whether or
not we run repository maintenance: if it decides to optimize the object
database the expected structure is likely to not materialize.

Explicitly disable auto-maintenance in such tests so that we are not
dependent on decisions made by our maintenance.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0081-find-pack.sh
t/t5316-pack-delta-depth.sh
t/t5319-multi-pack-index.sh
t/t5326-multi-pack-bitmaps.sh
t/t5327-multi-pack-bitmaps-rev.sh
t/t5331-pack-objects-stdin.sh
t/t5332-multi-pack-reuse.sh
t/t5334-incremental-multi-pack-index.sh
t/t5500-fetch-pack.sh
t/t5616-partial-clone.sh
t/t7700-repack.sh