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

docs: add comment #321

Closed
wants to merge 1 commit into from
Closed

docs: add comment #321

wants to merge 1 commit into from

Conversation

fredrikaverpil
Copy link
Member

Why this change?

When setting up AIP tests, I provided
IDGenerator: resourceid.NewSystemGeneratedBase32, which gave me flaky tests
that sometimes returned "invalid resource name".

The reason for that was NewSystemGeneratedBase32 does not always pass the
regexp specified in AIP-122 (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) for
user-settable IDs.

What was changed?

I just added a comment about this.

@fredrikaverpil fredrikaverpil requested a review from a team as a code owner November 25, 2024 08:12
@fredrikaverpil fredrikaverpil self-assigned this Nov 25, 2024
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.

1 participant