aboutsummaryrefslogtreecommitdiff
path: root/src/test/subscription/README
blob: 4270a0102766189e64aca60636a004f4c7f4fa05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
src/test/subscription/README

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

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

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

    make check

or

    make installcheck

This requires the --enable-tap-tests argument to configure.

Running the tests creates a temporary installation (in the case of
"check"), and some tests may create one or multiple nodes, for the
purpose of the tests.

Running installcheck requires the hstore extension to be installed.