Re: Restore-reliability mode

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Restore-reliability mode
Дата
Msg-id CAB7nPqQdJYwQGHV0hZ+QmAkCOMLnMCwH1u1Djv76HGpZT8JxiA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Restore-reliability mode  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers
On Sun, Jun 7, 2015 at 4:58 AM, Noah Misch <noah@leadboat.com> wrote:
> - Write, review and commit more automated test machinery to PostgreSQL.  Test
>   whatever excites you.  If you need ideas, Craig posted some good ones
>   upthread.  Here are a few more:
>   - Improve TAP suite (src/test/perl/TestLib.pm) logging.  Currently, these
>     suites redirect much output to /dev/null.  Instead, log that output and
>     teach the buildfarm to capture the log.

We can capture the logs and redirect them by replacing
system_or_bail() with more calls to IPC::run. That would be a patch
simple enough. pg_rewind's tests should be switched to use that as
well.
-- 
Michael



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

Предыдущее
От: Petr Korobeinikov
Дата:
Сообщение: Re: psql :: support for \ev viewname and \sv viewname
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: nested loop semijoin estimates