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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Change 'diag' to 'note' in TAP tests
Дата
Msg-id E1ct1uc-0003yQ-Hn@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Allow DSM segments to be created as pinned
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Mention --enable-tap-tests in regression test chapter