Skip to content

Fix concurrent install #1111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Conversation

robsdedude
Copy link
Member

There's some file manipulation going on during installation of the package. Since we've shifted CI to run unit tests in parallel, and therefore install the package in parallel, we've seen flakiness stemming from this race condition.

There's some file manipulation going on during installation of the package.
Since we've shifted CI to run unit tests in parallel, and therefore install
the package in parallel, we've seen flakiness stemming from this race condition.
Copy link
Contributor

@StephenCathcart StephenCathcart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@robsdedude robsdedude merged commit 0b1e872 into neo4j:5.0 Oct 31, 2024
20 checks passed
@robsdedude robsdedude deleted the fix/concurrent-install branch October 31, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants