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

fix race condition #963

Merged
merged 2 commits into from
Apr 25, 2023
Merged

fix race condition #963

merged 2 commits into from
Apr 25, 2023

Conversation

pepoviola
Copy link
Collaborator

fix #942

Fix the bug introduced by changing the default concurrency from 1 to 4 (https://github.com/paritytech/zombienet/blob/main/javascript/packages/cli/src/actions/spawn.ts#L41), used for both spawning nodes and build the parachains artifacts. The bug is only affected to native provider since we are using the same filename and that cause the race condition. In other providers isn't a problem since the pod fs is isolated.

Thanks!

@pepoviola pepoviola merged commit 33c815b into main Apr 25, 2023
@pepoviola pepoviola deleted the fix-942 branch April 25, 2023 11:44
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.

Error running astar and moonbeam
2 participants