postgresql/contrib/test_decoding
Andres Freund 3f0e786ccb meson: Add 'running' test setup, as a replacement for installcheck
To run all tests that support running against existing server:
$ meson test --setup running

To run just the main pg_regress tests against existing server:
$ meson test --setup running regress-running/regress

To ensure the 'running' setup continues to work, test it as part of the
freebsd CI task.

Discussion: https://postgr.es/m/CAH2-Wz=XDQcmLoo7RR_i6FKQdDmcyb9q5gStnfuuQXrOGhB2sQ@mail.gmail.com
2022-12-07 12:13:35 -08:00
..
expected Fix assertion failures while processing NEW_CID record in logical decoding. 2022-10-20 08:49:48 +05:30
specs Fix assertion failures while processing NEW_CID record in logical decoding. 2022-10-20 08:49:48 +05:30
sql Allow users to skip logical replication of data having origin. 2022-07-21 08:47:38 +05:30
t pgstat: stats collector references in comments. 2022-04-06 13:56:06 -07:00
.gitignore Improve isolation tests infrastructure. 2017-03-14 15:56:17 -07:00
Makefile Fix catalog lookup with the wrong snapshot during logical decoding. 2022-08-11 10:09:24 +05:30
logical.conf Stabilize streaming tests in test_decoding. 2022-04-20 08:59:55 +05:30
meson.build meson: Add 'running' test setup, as a replacement for installcheck 2022-12-07 12:13:35 -08:00
test_decoding.c Harmonize parameter names in contrib code. 2022-09-22 13:59:20 -07:00