Skip to content
Commit a9793c92 authored by Sven van Ashbrook's avatar Sven van Ashbrook Committed by Randy Döring
Browse files

executor: fix race condition with forked git repos

When installing packages from different directories of a forked
monorepo, a race condition may occur, where multiple git clients
are interacting in parallel with the same git repository.

Fix by serializing git operations that interact with the same
git repository.

This makes the test succeed. Remove xfail.

Links:
https://github.com/python-poetry/poetry/pull/9658#discussion_r1745925411
https://github.com/orgs/python-poetry/discussions/9718#discussioncomment-10785589
parent e2759947
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment