postgresql/src/test/recovery
Bruce Momjian 9d4649ca49 Update copyright for 2018
Backpatch-through: certain files through 9.3
2018-01-02 23:30:12 -05:00
..
t In tests, await an LSN no later than the recovery target. 2017-12-31 21:58:29 -08:00
.gitignore Minor tweaks for new src/test/recovery 2016-02-29 18:16:59 -03:00
Makefile Update copyright for 2018 2018-01-02 23:30:12 -05:00
README Minor tweaks for new src/test/recovery 2016-02-29 18:16:59 -03:00

src/test/recovery/README

Regression tests for recovery and replication
=============================================

This directory contains a test suite for recovery and replication.

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

    make check

NOTE: This creates a temporary installation, and some tests may
create one or multiple nodes, be they master or standby(s) for the
purpose of the tests.

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