-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Feature/schema tests are more unique #3335
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iknox-fa This is coming along really nicely! Thanks for the inline comments, it was really easy to follow your reasoning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some relatively minor points I'd like to discuss before merging. Otherwise it looks pretty good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lots of good comments already! Looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍
resolves #3254
Description
Adds a 10 character hash to the unique_id of all schema (generic) tests. This ensures that if a test differs only in it's hash components, it will still be run instead of clobbered by the last test defined.
There's a few bits I'd like feedback about from the team. I tagged them with TODOs, but I'll put a comment in the PR as well.<- complete.Checklist
CHANGELOG.md
and added information about my change to the "dbt next" section.