1-22 of 22 found

pgTAP Release Management

md contrib/pgtap.spec doc/pgtap.mmd pgtap.control Commit that change and push it. git ci -m 'Increment to v1.0.1.' git push Start hacking on the next version!

pgTAP 1.3.4

… the schema, like so: CREATE EXTENSION pgtap SCHEMA tap; Testing pgTAP with pgTAP In addition to the PostgreSQL-standard installcheck target, the test target uses the pg_prove Perl program to do its…

pg_thud

pg_thud Synopsis Show a brief synopsis of the extension. Description This adds features to pg_tap such as scafolding / test data Usage Show usage.

CHANGELOG

1.0.2 -- Fixed a bug related with float arithmetic -- Using 'pgtap' for testing -- Repository refactoring 1.0.1 -- Minor bugfixes 1.0.0 -- First public version

PG Jobmon Test Suite

http://pgTAP.org Since pg_jobmon uses dblink, testing cannot be done as recommended in the pgTAP documenation by putting everything into transactions that can be rolled back.

Mimeo Test Suite

http://pgTAP.org/ Since mimeo uses dblink, testing cannot be done as recommended in the pgTAP documenation by putting everything into transactions that can be rolled back.

pg_partman Test Suite

http://pgtap.org/ A minimum version of pgtap 1.2.0 is required for pg_partman’s test suite. WARNING: You MUST increase max_locks_per_transaction above the default value of 64.

pg_ddl_log_historization

… pgxn install ddl_historization Test Tests are done using https://pgtap.org/ $ make test

pg_doctest

add | 2 | 1 Install First Install pgTap Then build the extension make make install Once the extension is installed on the server, you can create it inside the database.

README

By default it has a single prerequisite, pgtap, which will attempt to install pgtap from PGXN. This depneds on having the pgxn client installed.

README

By default it has a single prerequisite, pgtap, which will attempt to install pgtap from PGXN. This depneds on having the pgxn client installed.

README

By default it has a single prerequisite, pgtap, which will attempt to install pgtap from PGXN. This depneds on having the pgxn client installed.

README

By default it has a single prerequisite, pgtap, which will attempt to install pgtap from PGXN. This depneds on having the pgxn client installed.

semver 0.4.0

And some sample usage: INSERT INTO extensions VALUES ('pgtap', '0.35.0', 'PostgreSQL unit testing'), ('pgtap', '0.35.0-b1', 'PostgreSQL unit testing.'), ('pair', '0.1.

test_factory

get() for use with pgTap. It calls tf.get() in a pgTap isnt_empty() function and returns the isnt_empty() output. This ensures you actually got test data. tf.

test_factory

get() for use with pgTap. It calls tf.get() in a pgTap isnt_empty() function and returns the isnt_empty() output. This ensures you actually got test data. tf.

Chapter 22. For Developers

They require the postgres unit testing extension pgtap. The tests leave no residue in the test database, so can be run on any clean database.

CHANGELOG-pre-5.0.0

-- Changed pgTAP tests to assume pgTAP is installed in public schema to try and avoid issues when it isn't. 1.3.0 -- New configuration option for retention system that allows child tables that are…

Metagration: Logical PostgreSQL Migration

Metagrations are just rows so pg_dump/pg_restore them. Can use pgTAP for powerful migration verification. Postgres docker container entrypoint friendly.

Migrating From Trigger-based Partitioning To Native

sql pgtap test. This is how our partition set currently looks before migration: keith@keith=# \d+ partman_test.time_taptest_table Table "partman_test.

5.4.2

0.1 And as always to pgTAP for making testing so much easierBREAKING CHANGES Removed trigger-based partitioning support. All partitioning is now done using built-in declarative partitioning.

pgsodium

pgTAP tests can be run with sudo -u postgres pg_prove test.sql or they can be run in a self-contained Docker image. Run ./test.sh if you have docker installed to run all tests. As of version 3.0.