]> git.ipfire.org Git - thirdparty/git.git/commit - t/lib-parallel-checkout.sh
parallel-checkout: add tests related to path collisions
authorMatheus Tavares <matheus.bernardino@usp.br>
Tue, 4 May 2021 16:27:32 +0000 (13:27 -0300)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 May 2021 03:26:36 +0000 (12:26 +0900)
commit6a7bc9d11823239183dd5f6547b13824a6a15fc2
tree0bc96c5f65efb513c8ac0a5f7e614ed647dbf40d
parentd0e5d357000f44af5ac80f4bab5809d0d8b196d3
parallel-checkout: add tests related to path collisions

Add tests to confirm that path collisions are properly detected by
checkout workers, both to avoid race conditions and to report colliding
entries on clone.

Co-authored-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Matheus Tavares <matheus.bernardino@usp.br>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
parallel-checkout.c
t/lib-parallel-checkout.sh
t/t2081-parallel-checkout-collisions.sh [new file with mode: 0755]