TAP tests vs log_error verbosity=verbose

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: TAP tests vs log_error verbosity=verbose
Date: 2022-07-31 16:10:24
Message-ID: c550ac53-5db5-3958-1798-50bae3d9af71@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Twice recently (b998196bb5 and 19408aae7f) I have had to adjust new TAP
tests to handle log_error_verbosity=verbose, and there's a third case
needing adjustment in the new auto_explain tests (7c34555f8c). I'm
wondering if it would be better to set log_error_verbosity to default
for TAP tests, no matter what's in TEMP_CONFIG.  An individual TAP test
could still set log_error_verbosity=verbose explicitly if it wanted it.

If not I'm going to change one of my buildfarm animals to use
log_error_verbosity=verbose so we catch things like this earlier.

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-07-31 16:14:56 Re: TAP tests vs log_error verbosity=verbose
Previous Message Tom Lane 2022-07-31 15:49:51 Re: Add proper planner support for ORDER BY / DISTINCT aggregates