-
Notifications
You must be signed in to change notification settings - Fork 21
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
#243: Rename pgtde_is_encrypted() to pg_tde_is_encrypted() #242
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.
Hey @jeffreydwalter,
the expected/pgtde_is_encrypted.out
file has to be renamed as well
Thanks for the PR
Happy to help! |
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
It needs a couple of more changes in tests' expected files. See the |
@dAdAbird can you please tell me what changes need to be made? It's not really obvious to me, from the diff, what the problem is. It looks like it might be a GitHub action cache issue. |
@jeffreydwalter The dashed lines need one more dash because now the function name is one character longer. It's more visible if you add a space manually to the diff - without that, it's difficult to see because the diff also uses the
You can also execute the tests locally and use the test runner to generate the expected files, that prevents issues like this. |
Ah, I opened the diff in a text editor, so it wasn't obvious because the Anyway, I think I get why you guys do testing that way, but surely there's got to be a better way... Thanks for your help! |
Yeah, those alignment things might be quite annoying. But renaming or similar changes concerning existing tests shouldn't happen much... |
…rcona#242) * Fix is_encrypted function name prefix * main Rename file * Increase dashed line length to match psql output
See: #243