diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-02-26 16:13:30 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-02-26 16:13:30 -0300 |
commit | 49148645f7f30f461b09618b5342b37425f33b22 (patch) | |
tree | bbf44068170bb44e341318dc2d50d0df1d7b06bf /doc/src | |
parent | 89ac7004dadf4116d9b180bb5ff64b64bfce94b1 (diff) | |
download | postgresql-49148645f7f30f461b09618b5342b37425f33b22.tar.gz postgresql-49148645f7f30f461b09618b5342b37425f33b22.zip |
Add a test framework for recovery
This long-awaited framework is an expansion of the existing PostgresNode
stuff to support additional features for recovery testing; the recovery
tests included in this commit are a starting point that cover some of
the recovery features we have. More scripts are expected to be added
later.
Author: Michaël Paquier, a bit of help from Amir Rohan
Reviewed by: Amir Rohan, Stas Kelvich, Kyotaro Horiguchi, Victor Wagner,
Craig Ringer, Álvaro Herrera
Discussion: http://www.postgresql.org/message-id/CAB7nPqTf7V6rswrFa=q_rrWeETUWagP=h8LX8XAov2Jcxw0DRg@mail.gmail.com
Discussion: http://www.postgresql.org/message-id/trinity-b4a8035d-59af-4c42-a37e-258f0f28e44a-1443795007012@3capp-mailcom-lxa08
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/install-windows.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index ba60a6b16b4..bfe840c3cf3 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -440,6 +440,7 @@ $ENV{CONFIG}="Debug"; <userinput>vcregress ecpgcheck</userinput> <userinput>vcregress isolationcheck</userinput> <userinput>vcregress bincheck</userinput> +<userinput>vcregress recoverycheck</userinput> <userinput>vcregress upgradecheck</userinput> </screen> @@ -455,7 +456,8 @@ $ENV{CONFIG}="Debug"; <para> Running the regression tests on client programs, with "vcregress bincheck", - requires an additional Perl module to be installed: + or on recovery tests, with "vcregress recoverycheck" requires an additional + Perl module to be installed: <variablelist> <varlistentry> <term><productname>IPC::Run</productname></term> |