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

Is there an option to be serial cross-process? #41

Closed
gilescope opened this issue Nov 6, 2021 · 3 comments
Closed

Is there an option to be serial cross-process? #41

gilescope opened this issue Nov 6, 2021 · 3 comments

Comments

@gilescope
Copy link

I'm looking at trying to get cargo to run test crates in parallel processes ( rust-lang/cargo#10052 ). It would be cool if there was an option for the attribute to be cross-process serial by locking on a system mutex.

@palfrey
Copy link
Owner

palfrey commented Nov 7, 2021

There isn't currently, but there could be. This is the same as the doc test issue (#30) and I've talked a little bit about possible options there. It's on my "I should do this at some point" list, but hasn't gotten far enough up yet. Patches welcomed!

@gilescope
Copy link
Author

ok - let me try and get the cargo pr ship shape first.

@palfrey palfrey mentioned this issue Nov 14, 2021
@palfrey
Copy link
Owner

palfrey commented Nov 21, 2021

#43 should solve this

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

No branches or pull requests

2 participants