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

ra: fix unittest for resetting pause limit #7813

Conversation

jsha
Copy link
Contributor

@jsha jsha commented Nov 14, 2024

TestPerformValidation_FailedThenSuccessfulValidationResetsPauseIdentifiersRatelimit checks for a bucket being empty after a reset. However, that bucket is based on an account ID that is shared across multiple test cases. Instead, use a unique account and domain for this test.

Fixes #7812

@jsha jsha requested a review from a team as a code owner November 14, 2024 22:49
@jsha jsha requested a review from jprenken November 14, 2024 22:49
TestPerformValidation_FailedThenSuccessfulValidationResetsPauseIdentifiersRatelimit
checks for a bucket being empty after a reset. However, that bucket is based on
an account ID that is shared across multiple test cases. Instead, use a unique
account and domain for this test.
@jsha jsha force-pushed the fix-TestPerformValidation_FailedThenSuccessfulValidationResetsPauseIdentifiersRatelimit branch from 06f05f5 to 8134588 Compare November 14, 2024 22:52
@jprenken jprenken requested review from a team and beautifulentropy and removed request for a team November 14, 2024 23:03
@jsha jsha merged commit 0d70b12 into main Nov 14, 2024
12 checks passed
@jsha jsha deleted the fix-TestPerformValidation_FailedThenSuccessfulValidationResetsPauseIdentifiersRatelimit branch November 14, 2024 23:04
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.

ra: unittest failure on main
2 participants