Re: pgsql: Unbreak recovery test on Windows

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Unbreak recovery test on Windows
Date: 2021-03-21 16:38:35
Message-ID: 383897.1616344715@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> Unbreak recovery test on Windows

Hmm, looks like this broke things on other machines.
crake and sifaka (so far) are showing

# Running: pg_ctl kill KILL 2237831
ok 3 - killed process with KILL
ack Broken pipe: write( 13, '\\q
' ) at /usr/share/perl5/vendor_perl/IPC/Run/IO.pm line 549.

which looks like a race condition: did we manage to stuff the "\q"
command down the pipe before killing the psql process, or not?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2021-03-21 17:06:46 Re: pgsql: Unbreak recovery test on Windows
Previous Message Andrew Dunstan 2021-03-21 15:56:45 pgsql: Unbreak recovery test on Windows