Re: [HACKERS] Inadequate traces in TAP tests

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: [HACKERS] Inadequate traces in TAP tests
Дата
Msg-id CAMsr+YGKXwoPd9DuCpi17Au=+-Zc2BAztzdfKsr9C8u_B1kBOg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Inadequate traces in TAP tests  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On 20 March 2017 at 22:39, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
> Stephen Frost wrote:
>
>> Is there any hope of getting a "quiet" mode, where all the "ok" lines
>> aren't printed when things work..?
>
> Well, we currently have --verbose in PROVE_FLAGS.  Maybe you can take it
> out, or even add --quiet or --QUIET (see the prove(1) manpage).

If so, please preserve the current behaviour via something like
   $(or $(PROVE_VERBOSITY),'--quiet')

since it's very useful to have more output when running individual
tests interactively.



-- Craig Ringer                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Petr Jelinek
Дата:
Сообщение: Re: [HACKERS] logical replication apply to run with sync commit off by default
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: [HACKERS] Logical decoding on standby