]> git.ipfire.org Git - thirdparty/git.git/commit
t1091: disable split index
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 19 Jan 2022 17:29:38 +0000 (17:29 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Jan 2022 01:06:17 +0000 (17:06 -0800)
commitac873c2bff92dece98ebe1b04eca8330f51ddd63
tree8f197765e278c791b86619a7f6523fdc83c0524e
parentae103c37d370e5c1b0720159e9582cb56b7c53f0
t1091: disable split index

In 61feddcdf28 (tests: disable GIT_TEST_SPLIT_INDEX for sparse index
tests, 2021-08-26), it was already called out that the split index
feature is incompatible with the sparse index feature, and its commit
message wondered aloud whether more checks would be required to ensure
that the split index and sparse index features aren't enabled at the
same time.

We are about to introduce such additional checks, and indeed, t1091
would utterly fail with them. Therefore, let's preemptively disable the
split index for the entirety of t1091.

This partially reverts above-mentioned patch because it covered only one
test case whereas we want to cover the entire test script.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Reviewed-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1091-sparse-checkout-builtin.sh