diff options
author | Michael Haggerty <mhagger@alum.mit.edu> | 2015-02-17 18:00:17 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-02-17 11:23:54 -0800 |
commit | a908a31c344cdcce2bf1a9fc163f3bccd2349e6a (patch) | |
tree | cda5c0edc436c79b4529a6a81fe9727793103a76 /pretty.c | |
parent | ref_transaction_delete(): remove "have_old" parameter (diff) | |
download | tgif-a908a31c344cdcce2bf1a9fc163f3bccd2349e6a.tar.xz |
commit: add tests of commit races
Committing involves the following steps:
1. Determine the current value of HEAD (if any).
2. Create the new commit object.
3. Update HEAD.
Please note that step 2 can take arbitrarily long, because it might
involve the user editing a commit message.
If a second process sneaks in a commit during step 2, then the first
commit process should fail. This is usually done correctly, because
step 3 verifies that HEAD still points at the same commit that it
pointed to during step 1.
However, if there is a race when creating an *orphan* commit, then the
test in step 3 is skipped.
Add tests for proper handling of such races. One of the new tests
fails. It will be fixed in a moment.
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pretty.c')
0 files changed, 0 insertions, 0 deletions