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

fix: add GRACE and PERIOD to the nonReserved and automate testing #8596

Merged
merged 1 commit into from
Jan 13, 2022

Conversation

agavra
Copy link
Contributor

@agavra agavra commented Jan 13, 2022

Description

fixes #8591 and also adds a test to make sure we don't accidentally add more words to the reserved list and make these kind of breaking changes

(see also #8490 for context)

Testing done

The meta-test that this adds iterates the entire vocabulary and makes sure that the words are either reserved explicitly or part of the nonReserved rule.

Reviewer checklist

  • Ensure docs are updated if necessary. (eg. if a user visible feature is being added or changed).
  • Ensure relevant issues are linked (description should include text like "Fixes #")

@agavra agavra requested a review from a team as a code owner January 13, 2022 20:13
Copy link
Contributor

@guozhangwang guozhangwang left a comment

Choose a reason for hiding this comment

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

I like the added tests :) Just clarifying the RESERVED should be rarely updated, if ever right?

@agavra
Copy link
Contributor Author

agavra commented Jan 13, 2022

@guozhangwang yup - we should almost never change RESERVED

@agavra agavra merged commit b975086 into confluentinc:6.0.x Jan 13, 2022
@agavra agavra deleted the fix_reserved_words branch January 13, 2022 21:16
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

2 participants