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

Parallel test run by Meziantou broken in 9.3.0 #123

Open
programuotojasgf opened this issue May 23, 2024 · 2 comments
Open

Parallel test run by Meziantou broken in 9.3.0 #123

programuotojasgf opened this issue May 23, 2024 · 2 comments

Comments

@programuotojasgf
Copy link

Tests run sequentially

Make a test class with a theory and add 2 InlineData

All tests should run at the same time, but run sequentially.

Everything works fine with version 9.2.1

@pengweiqhca
Copy link
Owner

Could you provide a demo project?

@jmenashe
Copy link

jmenashe commented Jan 29, 2025

I'm not sure if this is precisely what @programuotojasgf was originally referring to but I'm attaching this sample project which contains a minimal example of a test method parallelization failure within a test class. I'm currently using this fix which I've implemented in my fork.

@pengweiqhca , I plan to make a pull request shortly but in the meantime please let me know if you have any feedback. Note that this is for the v2 branch specifically.

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

3 participants