-
-
Notifications
You must be signed in to change notification settings - Fork 439
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
how do I run parallel mode via API? #312
Comments
Can you provide a small sample project that demonstrates the problem? (Even a large project that demonstrates the problem would be good.) |
Original comment by Albert Ting (Bitbucket: altlist, GitHub: Unknown) Attached is an example.
|
Original comment by Albert Ting (Bitbucket: altlist, GitHub: Unknown) Hi, are there any updates? |
Thanks, I've reproduced it, and will dig in soon to understand what's going wrong. |
@altlist This seems to be a duplicate of #310, os.fork and os._exit. |
Duplicate of #310. |
Originally reported by Anonymous
My flow goes like this:
My suite does a lot of forks (via http://coreygoldberg.blogspot.com/2013/06/python-concurrencytest-running.html).
I thought setting data_suffix=True would force the parallel runs, yet I get different coverage results depending if I os.fork the runs or not.
The text was updated successfully, but these errors were encountered: