]> git.ipfire.org Git - thirdparty/git.git/commit
parallel-checkout: add tests for basic operations
authorMatheus Tavares <matheus.bernardino@usp.br>
Tue, 4 May 2021 16:27:31 +0000 (13:27 -0300)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 May 2021 03:26:36 +0000 (12:26 +0900)
commitd0e5d357000f44af5ac80f4bab5809d0d8b196d3
tree616bbcdec8d74cac7f8ad3015cfcef0eacbefdb9
parent70b052b209e53eb1f81bc925ea6aac0491228af0
parallel-checkout: add tests for basic operations

Add tests to populate the working tree during clone and checkout using
sequential and parallel mode, to confirm that they produce identical
results. Also test basic checkout mechanics, such as checking for
symlinks in the leading directories and the abidance to --force.

Note: some helper functions are added to a common lib file which is only
included by t2080 for now. But they will also be used by other
parallel-checkout tests in the following patches.

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>
t/lib-parallel-checkout.sh [new file with mode: 0644]
t/t2080-parallel-checkout-basics.sh [new file with mode: 0755]