postgresql/src/test/subscription
Amit Kapila a81e5516fa Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.
Reported-by: Jeff Davis
Author: Hou Zhijie
Reviewed-by: Amit Kapila
Backpatch-through: 16
Discussion: http://postgr.es/m/17b62714fd115bd1899afd922954540a5c6a0467.camel@j-davis.com
2023-09-13 09:48:31 +05:30
..
t Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option. 2023-09-13 09:48:31 +05:30
.gitignore Logical replication 2017-01-20 09:04:49 -05:00
Makefile Update copyright for 2023 2023-01-02 15:00:37 -05:00
meson.build Add missing subscription TAP test for meson 2023-06-15 17:27:21 +09:00
README Doc: improve README files associated with TAP tests. 2021-10-31 18:12:44 -04:00

src/test/subscription/README

Regression tests for subscription/logical replication
=====================================================

This directory contains a test suite for subscription/logical replication.

Running the tests
=================

NOTE: You must have given the --enable-tap-tests argument to configure.
Also, to use "make installcheck", you must have built and installed
contrib/hstore in addition to the core code.

Run
    make check
or
    make installcheck
You can use "make installcheck" if you previously did "make install".
In that case, the code in the installation tree is tested.  With
"make check", a temporary installation tree is built from the current
sources and then tested.

Either way, this test initializes, starts, and stops several test Postgres
clusters.

See src/test/perl/README for more info about running these tests.