Re: [PATCH] Reduce src/test/recovery verbosity - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [PATCH] Reduce src/test/recovery verbosity
Date
Msg-id CAB7nPqTCCFys7pRUQR2gjG_+HjLUWZeeEQ-nRLTWuiy3CUMpVA@mail.gmail.com
Whole thread Raw
In response to [HACKERS] [PATCH] Reduce src/test/recovery verbosity  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers
On Wed, Mar 29, 2017 at 12:37 PM, Craig Ringer <craig@2ndquadrant.com> wrote:
> On 29 March 2017 at 08:57, Peter Eisentraut
> <peter.eisentraut@2ndquadrant.com> wrote:
>> On 3/22/17 03:18, Craig Ringer wrote:
>>> Trivial patch to change 'diag' to 'note' in TAP tests in
>>> src/test/recovery attached.
>>>
>>> It'll reduce the test output a little.
>>
>> Committed, and also done the same in src/test/ssl/.
>
> Thanks. It won't do a ton of good unless we reduce the default TAP
> verbosity level too, but it's a start and will make things work better
> if/when we do that.

[hijack]
src/bin/pg_dump and src/test/modules/test_pgdump generate too much
output. If we could get tests to only print the final result, like how
many tests done and how many have passed, things would be much
friendlier.
[/hijack]
-- 
Michael



pgsql-hackers by date:

Previous
From: Vaishnavi Prabakaran
Date:
Subject: Re: PATCH: Batch/pipelining support for libpq
Next
From: Haribabu Kommi
Date:
Subject: Re: Refactor handling of database attributes betweenpg_dump and pg_dumpall