Re: pgsql: Add test for postmaster crash restarts.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-committers@postgresql.org
Date: 2017-09-28T12:21:37Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes: > If the buildfarm doesn't complain about the use of IPC::Run's timeout > functionality, we should probably patch that into the other use of > IPC::Run as well, but especially into the other user of the pump() until > ... scheme. jacana hasn't passed this regression test yet, but at least that proves the timeout stuff works ;-) I think jacana's problem is simply that "kill QUIT" is never gonna work on Windows, there being no such animal there. It looks like "kill KILL" doesn't work either, which surprises me slightly more but not much. regards, tom lane
Commits
-
Allow pg_ctl kill to send SIGKILL.
- 2e83db3ad2da 11.0 landed
-
Try to make crash restart test work on windows.
- 784905795f8a 11.0 landed
-
Make new crash restart test a bit more robust.
- 1910353675bd 11.0 landed
-
Add test for postmaster crash restarts.
- a1924a4ea293 11.0 cited