Re: New Object Access Type hooks

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: New Object Access Type hooks
Дата
Msg-id 1918971.1649091790@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: New Object Access Type hooks  (Mark Dilger <mark.dilger@enterprisedb.com>)
Ответы Re: New Object Access Type hooks
Список pgsql-hackers
Mark Dilger <mark.dilger@enterprisedb.com> writes:
> I just got a crash in this test again.  Are you still interested?  I still have the logs.  No core file appears to
havebeen generated. 
> The test failure is
> not ok 5 - psql query died successfully after SIGQUIT

Hmm ... I can see one problem with that test:

ok( pump_until(
        $killme,
        $psql_timeout,
        \$killme_stderr,
        qr/WARNING:  terminating connection because of crash of another server process|server closed the connection
unexpectedly|connectionto server was lost/m 
    ),
    "psql query died successfully after SIGQUIT");

It's been a little while since that message looked like that.
Nowadays you get

WARNING:  terminating connection because of unexpected SIGQUIT signal
server closed the connection unexpectedly
        This probably means the server terminated abnormally
        before or while processing the request.

Usually the test would succeed anyway because of matching the
second or third regex alternative, but I wonder if there is
some other spelling of libpq's complaint that shows up
occasionally.  It'd be nice if we could see the contents of
$killme_stderr upon failure.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: A test for replay of regression tests
Следующее
От: David Steele
Дата:
Сообщение: Re: Postgres restart in the middle of exclusive backup and the presence of backup_label file