Re: pgsql: TAP tests: check for postmaster.pid anyway when "pg_ctl start" f

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: TAP tests: check for postmaster.pid anyway when "pg_ctl start" f
Дата
Msg-id 1075553.1642717844@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: TAP tests: check for postmaster.pid anyway when "pg_ctl start" f  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: TAP tests: check for postmaster.pid anyway when "pg_ctl start" f  (Noah Misch <noah@leadboat.com>)
Список pgsql-committers
I wrote:
> What I'm thinking of doing is inventing a "soft_stop" variant of
> Cluster::stop that won't complain if pg_ctl stop fails, and then
> having 017_shm's poll_start() call that before retrying the start
> call.

I did that, modeling the details on Cluster::start's fail_ok option.

> It seems like it'd also be a good idea if the END block used
> soft_stop instead of regular stop.

I still like this idea, but I left it alone for the moment,
figuring I've used up my quota of buildfarm destabilization
for now.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Tighten TAP tests' tracking of postmaster state some more.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Revert "Make configure prefer python3 to plain python."