From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
---|---|
To: | Noah Misch <noah(at)leadboat(dot)com> |
Cc: | Simon Riggs <simon(at)2ndquadrant(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>, Andres Freund <andres(at)anarazel(dot)de>, Robert Haas <robertmhaas(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Stephen Frost <sfrost(at)snowman(dot)net>, Magnus Hagander <magnus(at)hagander(dot)net>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, pgsql-core <pgsql-core(at)postgresql(dot)org> |
Subject: | Re: Restore-reliability mode |
Date: | 2015-06-06 20:29:57 |
Message-ID: | CAB7nPqQdJYwQGHV0hZ+QmAkCOMLnMCwH1u1Djv76HGpZT8JxiA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sun, Jun 7, 2015 at 4:58 AM, Noah Misch <noah(at)leadboat(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Tomas Vondra | 2015-06-06 20:56:14 | Re: nested loop semijoin estimates |
Previous Message | Petr Korobeinikov | 2015-06-06 19:59:21 | Re: psql :: support for \ev viewname and \sv viewname |