pgsql: Change 'diag' to 'note' in TAP tests - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Change 'diag' to 'note' in TAP tests
Date
Msg-id E1ct1uc-0003yQ-Hn@gemulon.postgresql.org
Whole thread Raw
List 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@2ndquadrant.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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Allow DSM segments to be created as pinned
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Mention --enable-tap-tests in regression test chapter