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

Limit the number of combinations produced for each test case #40

Open
TonyTroeff opened this issue Mar 24, 2023 · 0 comments
Open

Limit the number of combinations produced for each test case #40

TonyTroeff opened this issue Mar 24, 2023 · 0 comments
Assignees
Labels
feature Something that should be implemented

Comments

@TonyTroeff
Copy link
Member

Add functionality to the Combinatorial machine that will calculate the number of combinations that would be eventually generated.
We need this in order to limit the number of generated test cases because in some "simple" situations this could be a problem. Imagine a setup with 10 categories of 5 clean utilities each. All possible combinations are 5^10 = 9,765,625. We do not want to support this (except if it is explicitly allowed) because the generation process will not be that fast in such situations and most likely the UI tools for tests execution would fail to handle this.

@TonyTroeff TonyTroeff added the feature Something that should be implemented label Mar 24, 2023
@TonyTroeff TonyTroeff self-assigned this Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Something that should be implemented
Projects
None yet
Development

No branches or pull requests

1 participant