Skip to content

test: rewrite CAA integration test in Go #8340

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

Merged
merged 3 commits into from
Aug 19, 2025
Merged

test: rewrite CAA integration test in Go #8340

merged 3 commits into from
Aug 19, 2025

Conversation

jsha
Copy link
Contributor

@jsha jsha commented Aug 12, 2025

The existing test case tested accounturi and validationmethods. Replace it with two test cases, one for validationmethods and one for accounturi. Use a random base domain to avoid rate limit issues.

Fixes #8332

jsha added 2 commits August 12, 2025 15:35
This also gets rid of the special casing for good-caa-reserved.com
@jsha jsha marked this pull request as ready for review August 13, 2025 17:13
@jsha jsha requested a review from a team as a code owner August 13, 2025 17:13
@jsha jsha requested a review from beautifulentropy August 13, 2025 17:13
Copy link
Contributor

@jsha, this PR appears to contain configuration and/or SQL schema changes. Please ensure that a corresponding deployment ticket has been filed with the new values.

@jsha
Copy link
Contributor Author

jsha commented Aug 13, 2025

Hi bot! Hope your circuits are flowing nicely today. The configuration changes are removing some overrides that are test-only; no relevant to prod. Thanks for pointing it out.

if err != nil {
t.Fatal(err)
}
fmt.Printf("domain %s\n", domain)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a debug printf line here:

Suggested change
fmt.Printf("domain %s\n", domain)

@beautifulentropy beautifulentropy requested review from a team and aarongable and removed request for a team August 15, 2025 19:16
aarongable
aarongable previously approved these changes Aug 15, 2025
@aarongable aarongable dismissed stale reviews from beautifulentropy and themself via fa6f98f August 19, 2025 18:15
@aarongable aarongable merged commit 9a0ee0c into main Aug 19, 2025
32 of 34 checks passed
@aarongable aarongable deleted the goodcaareserved branch August 19, 2025 18:36
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.

Fix rate limit errors from repeated integration test runs
4 participants