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

Properly check limits on bulk tests #2175

Merged
merged 1 commit into from
Jul 21, 2022
Merged

Properly check limits on bulk tests #2175

merged 1 commit into from
Jul 21, 2022

Conversation

tkadlec
Copy link
Contributor

@tkadlec tkadlec commented Jul 20, 2022

Bulk tests weren't properly obeying monthly limits. This is because the check to see if a user has enough available runs happens once, well before we know how many URL's are being submitted in a bulk test.

This introduces another check, later, after we have the URL count.

…y rechecking available test runs once we know how many bulk urls are being tested
@tkadlec tkadlec merged commit fff5fce into master Jul 21, 2022
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