pgsql: Add test for postmaster crash restarts.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add test for postmaster crash restarts.
Date: 2017-09-19 00:39:27
Message-ID: E1du6ZT-00043I-91@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Add test for postmaster crash restarts.

Given that I managed to break this... We probably should extend the
tests to also cover other sub-processes dying, but that's something
for later.

Author: Andres Freund
Discussion: https://postgr.es/m/20170917080752.rcmihzfmgbeuqjk2@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a1924a4ea29399111e5155532ca24c9c51d3c82d

Modified Files
--------------
src/test/recovery/t/013_crash_restart.pl | 192 +++++++++++++++++++++++++++++++
1 file changed, 192 insertions(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-09-19 00:54:42 pgsql: Fix uninitialized variable in dshash.c.
Previous Message Tom Lane 2017-09-18 21:29:46 pgsql: Stamp 10rc1.

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2017-09-19 00:55:15 Re: Boom filters for hash joins (was: A design for amcheck heapam verification)
Previous Message Peter Geoghegan 2017-09-18 23:35:58 Re: GUC for cleanup indexes threshold.