-
Notifications
You must be signed in to change notification settings - Fork 13.3k
There's no programmatic way to tell the test runner to run serially #1813
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
Comments
A cheapo solution would be
but the disadvantage of that should be pretty obvious. Just a One good way to do this would be to use a |
Triage bump. |
This was never nominated. Unmilestoning. |
Triage. This still would be useful and is still unimplemented. |
We have a variety of global synchronization solutions now so this is not the dire problem it was. I don't think its necessary to do anything here. |
I'm working on bindings for a library that cannot be called in parallel and I have no mechanism for enforcing this in my tests. Just a way to create a global handle to a worker task would be enough.
The text was updated successfully, but these errors were encountered: