Skip to content
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

chore: fix race condition on test project initialization #7415

Merged
merged 3 commits into from
Mar 17, 2024

Conversation

klkvr
Copy link
Member

@klkvr klkvr commented Mar 16, 2024

Motivation

We often occur ci failures like that one: https://github.com/foundry-rs/foundry/actions/runs/8256390549/job/22584995567#step:12:362

basically, for some reason we are missing data from template project.

I think it might happen because of the race condition we have in initialize function which this PR addresses

@klkvr klkvr requested review from DaniPopes and mattsse as code owners March 16, 2024 23:30
@klkvr klkvr changed the title chore: fix race condition on test initialization chore: fix race condition on test project initialization Mar 16, 2024
@mattsse mattsse merged commit 42a9d34 into foundry-rs:master Mar 17, 2024
19 checks passed
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.

3 participants