-
Notifications
You must be signed in to change notification settings - Fork 93
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
add function_checksum_is #153
base: main
Are you sure you want to change the base?
Conversation
I wonder... With pgTAP, shouldn't one be checking the behavior of a function? This seems more like an audit rule than test assertion. |
Awesome, care to add some tests to |
@cbandy pgTAP has no religion about the type of testing you do, but likes to give you the tools to do your testing well. |
Took me a while, but here it is :) |
Look unhappy on Postgres 10. :-( |
Yes but is seems to fail on partitions… which I didn't touch... |
6e301e1
to
46665c7
Compare
46665c7
to
29dea23
Compare
Please merge master; it has fixes for some bugs as well as much better test capabilities. |
Also, this needs documentation. |
Hi, As discussed in theory/tap-parser-sourcehandler-pgtap#18, here is a PR to add function_checksum_is
I didn't like joining to pg_proc, but couldn't find a better idea without extending tap_funky.