Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench
Дата
Msg-id alpine.DEB.2.22.394.2106261713440.482873@pseudo
обсуждение исходный текст
Ответ на Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-committers
>> However, if slurp_file fails it raises an exception and aborts the
>> whole TAP unexpectedly, which is pretty unclean. So I'd suggest to
>> keep the eval, as attached. I tested it by changing the file name so
>> that the slurp fails.
>
> Seem quite unnecessary. We haven't found that to be an issue elsewhere
> in the code where slurp_file is used. And in the present case we know
> the file exists because we got its name from list_files().

Fine with me!

-- 
Fabien.



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove undesirable libpq dependency on stringinfo.c.