Re: Restore-reliability mode - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Restore-reliability mode
Date
Msg-id CAB7nPqQdJYwQGHV0hZ+QmAkCOMLnMCwH1u1Djv76HGpZT8JxiA@mail.gmail.com
Whole thread Raw
In response to Re: Restore-reliability mode  (Noah Misch <noah@leadboat.com>)
List 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 by date:

Previous
From: Petr Korobeinikov
Date:
Subject: Re: psql :: support for \ev viewname and \sv viewname
Next
From: Tomas Vondra
Date:
Subject: Re: nested loop semijoin estimates