-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Ct 1827/064 column comments tests conversion #6654
Ct 1827/064 column comments tests conversion #6654
Conversation
The legacy version of this test was copy-pasted over to
We should either:
It looks like this test was added as a new test back in #2733 (one of Gerda's very first contributions!) — but it's really an extension of tests for That one is running everywhere:
My vote would be:
|
Good insight, @jtcohen6 . I'll opt for 2 since it seems the better option for the long term. But, I'm a bit shakey on the steps. Can you verify my plan looks right:
|
@VersusFacit Those steps look exactly right to me! |
Generally don't we kick up PRs per adapter and point them at this branch of core before merging? |
@colin-rogers-dbt That's true! Here's how I understood the steps that @VersusFacit outlined:
Steps 2 + 3 may require some "rinse + repeat" iteration, as you find that there are adapter-specific behaviors that warrant modifications to the "core" test definition. |
resolves #6623
Description
Straightforward test conversion. Turned a private method into a fixture and requested it as is the
pytest
way.We interested in porting any of these to adapters? I don't see an immediate reason to.
Checklist