Re: Subscription tests vs log_error_verbosity

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Subscription tests vs log_error_verbosity
Дата
Msg-id f2e5d665-5618-3e95-8a86-48038c74872d@dunslane.net
обсуждение исходный текст
Ответ на Re: Subscription tests vs log_error_verbosity  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 2022-06-11 Sa 14:52, Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>> I have just got to the bottom of why the new subscription tests
>> 027_nosuperuser.pl and 029_on_error.pl have been failing for me - it's
>> because my test setup has log_error_verbosity set to 'verbose'. Either
>> we should force log_error_verbosity to 'default' for these tests, or we
>> should make the regexes we're testing for more forgiving as in the attached.
> +1 for the second answer.  I don't like forcing parameter settings
> that we don't absolutely have to --- it reduces our test coverage.
> (Admittedly, changing log_error_verbosity in particular is probably
> not giving up much coverage, but as a general principle it's bad.)
>
>             


Yeah, Done that way.


cheers


andrew

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




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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Improve TAP tests of pg_upgrade for cross-version tests
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: connection failures on forked processes