Re: pgsql: Add a test framework for recovery

From: Thom Brown <thom(at)linux(dot)com>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Add a test framework for recovery
Date: 2016-02-26 19:27:11
Message-ID: CAA-aLv6MdxGh9kmRkBThyBwvQLAuH01aP+k5p3wTScnzeAf8kg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 26 February 2016 at 19:26, Thom Brown <thom(at)linux(dot)com> wrote:
> On 26 February 2016 at 19:15, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:
>> 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
>>
>> Branch
>> ------
>> master
>>
>> Details
>> -------
>> http://git.postgresql.org/pg/commitdiff/49148645f7f30f461b09618b5342b37425f33b22
>>
>> Modified Files
>> --------------
>> doc/src/sgml/install-windows.sgml | 4 +-
>> src/test/Makefile | 2 +-
>> src/test/perl/PostgresNode.pm | 74 +++++++++++++++-
>
> One typo in this one:
>
> s/passiong/passing/

Oh, I see you caught it.

Thom

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-02-26 19:30:44 Re: pgsql: Add a test framework for recovery
Previous Message Thom Brown 2016-02-26 19:26:29 Re: pgsql: Add a test framework for recovery

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2016-02-26 19:30:08 Re: [REVIEW] In-core regression tests for replication, cascading, archiving, PITR, etc.
Previous Message Thom Brown 2016-02-26 19:26:29 Re: pgsql: Add a test framework for recovery