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

Complexity #988

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft

Complexity #988

wants to merge 15 commits into from

Conversation

joelrosario
Copy link
Member

What:

Implement a complexity threshold when running generative tests, or any tests where there are no examples.

The complexity calculation currently estimates the number of tests that will run.

When the threshold is exceeded (currently a magic number of 500), MAX_TEST_REQUEST_COMBINATIONS is set to 5.

Why:

This will help people who are going to run too many tests to reduce the count of tests to a more manageable number.

Checklist:

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

Successfully merging this pull request may close these issues.

None yet

1 participant