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

Set shouldRunSequentially to false by default or just remove runSynchronized #12214

Open
mkurz opened this issue Nov 15, 2023 · 0 comments
Open

Comments

@mkurz
Copy link
Member

mkurz commented Nov 15, 2023

It's all explained here:

There is no real need anymore to run tests sequentially anymore, now that we use random ports for testing and we plan to remove the global state as well anyway:

Also optionalGlobalLock method and the mutex can be removed I guess.

I am pretty sure though this is blocked by

Edit: I made some notes locally once about this, where I thought we might introduce a sys property which can be used to enable/disabled parallelism again, not sure what I was thinking about back then, but this was while I was working on the parallel port thing...

@mkurz mkurz added this to the 2.10.0 / 3.1.0 milestone Nov 15, 2023
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

1 participant