On Sun, Jun 7, 2015 at 4:58 AM, Noah Misch <[email protected]> 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
