pgsql: Undo extra chattiness of postmaster logs in TAP tests.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Undo extra chattiness of postmaster logs in TAP tests.
Date: 2018-05-07 19:12:07
Message-ID: E1fFlYN-0002cf-57@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Undo extra chattiness of postmaster logs in TAP tests.

Commit 6271fceb8 changed PostgresNode.pm to force log_min_messages = debug1
in all TAP tests, without any discussion and without a concrete need for
it. This makes some of the TAP tests noticeably slower (although much of
that may be due to poorly-written regexes), and for certain it's bloating
the buildfarm logs. Revert the change.

Discussion: https://postgr.es/m/32459.1525657786@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/17551f1a21fa8e70aa0bca1153de03460742565c

Modified Files
--------------
src/test/perl/PostgresNode.pm | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2018-05-07 20:00:48 pgsql: Clean up some perlcritic warnings
Previous Message Tom Lane 2018-05-07 18:32:14 pgsql: Update oidjoins regression test for v11.