pgtap icon indicating copy to clipboard operation
pgtap copied to clipboard

PostgreSQL Unit Testing Suite

Results 48 pgtap issues
Sort by recently updated
recently updated
newest added

Followed the design pattern of _returns(). Will allow for testing of table returns in conjunction with changes to tap_funky

Current setof approach, to my knowledge, does not support table returns. The following adjustments should allow not only TABLE return checks, but also any of the 5 argument modes with...

Put in new file because not sure where this would go in the repo. Provided documentation snippets as found on the website. The following variations are as follows: 1. Ability...

Please refer to [the topic in mailing list](https://groups.google.com/forum/#!topic/pgtap-users/mcTdYrOTHq0).

enhancement

Enabled by the new `_typename()` function and by the `_funkargs()` function added in 2888bb8. This means that common aliases for standard types can be specified as, e.g., `int` and `bool`...

The recently added make results target doesn't work, because by default make installcheck aborts make if the test fails. Add a installcheck_no_fail target that uses a separate make process and...

Another request for comments, still linked with theory/tap-parser-sourcehandler-pgtap#18 This would make checking all constraints much simpler in pg_tapgen I think… pg_tapgen could generate all check for constraints in a database...

enhancement
waiting on author

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.

enhancement
waiting on author

passing an "args" array of ['varchar', 'varchar'] fails but passing array of ['character varying', 'character varying'] succeeds. Failure message is "tested function does not exist"

to do

Now that we're past 1.0.0, it'd be helpful to be able to do patch releases (ie, to fix issue #209). We can't do that with pgtap_version returning numeric, unless we...

waiting on author