-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
additional protection against raciness when cloning in parallel
When cloning the index at the same time, as is done by tests, it's possible to discover a newly initialized repository that isn't quite ready yet, causing failures lateron. To prevent that, we have to be sure there is no opening happening while we are cloning.
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters