mirror of
https://github.com/postgres/postgres.git
synced 2026-04-29 02:00:35 -04:00
Oversight in
|
||
|---|---|---|
| .. | ||
| t | ||
| .gitignore | ||
| Makefile | ||
| README | ||
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.