Re: pgsql: Unbreak recovery test on Windows

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Unbreak recovery test on Windows
Дата
Msg-id 383897.1616344715@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Unbreak recovery test on Windows  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: pgsql: Unbreak recovery test on Windows  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-committers
Andrew Dunstan <andrew@dunslane.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



В списке pgsql-committers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Unbreak recovery test on Windows
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Unbreak recovery test on Windows