pgsql: Change 'diag' to 'note' in TAP tests

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change 'diag' to 'note' in TAP tests
Date: 2017-03-29 00:56:34
Message-ID: E1ct1uc-0003yQ-Hn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Change 'diag' to 'note' in TAP tests

Reduce noise from TAP tests by changing 'diag' to 'note', so output only
goes to the test's log file not stdout, unless in verbose mode. This
also removes the junk on screen when running the TAP tests in parallel.

Author: Craig Ringer <craig(at)2ndquadrant(dot)com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2e74e636bd7d90152d596530a17a3d0ff543cc97

Modified Files
--------------
src/test/recovery/t/001_stream_rep.pl | 16 ++++++-------
.../recovery/t/010_logical_decoding_timelines.pl | 2 +-
src/test/ssl/ServerSetup.pm | 2 +-
src/test/ssl/t/001_ssltests.pl | 28 +++++++++++-----------
4 files changed, 24 insertions(+), 24 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-03-29 00:59:17 Re: [COMMITTERS] pgsql: Improve performance of find_all_inheritors()
Previous Message Alvaro Herrera 2017-03-28 22:46:20 pgsql: Allow DSM segments to be created as pinned