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

A new distribution mode is needed to group test cases, execute Group 1 first, and then Group 2 #1014

Open
zhupengfarmer opened this issue Jan 30, 2024 · 1 comment

Comments

@zhupengfarmer
Copy link

I have many test cases that need to wait for all other cases to be executed before executing. However, the current grouping method does not support it

@ciaconet
Copy link

Hi, we are also hoping for this same feature, are there any plans to add something like this? For more context: we have many test cases that consume different amounts of RAM/CPU. We'd like to separate these cases into groups based on pytest marks, then have high resource consuming tests run in an isolated group w/some number of workers (for example, 4 workers), then run tests with lower resource consumption in a separate group with 8 workers.

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