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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench
Дата
Msg-id YNUirR5z+0xYjiu9@paquier.xyz
обсуждение исходный текст
Ответ на Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench
Список pgsql-committers
(Forgot to add Andrew in CC, now done)

On Fri, Jun 25, 2021 at 08:51:19AM +0900, Michael Paquier wrote:
> Andrew, what's the format of the per-thread logs generated on this
> host when running the commands?  I'd bet that the checks for the
> client IDs are right, but that some parts of the regex are too picky
> when it comes to this host.

I have tested that on my own Windows host using MSVC and Active Perl,
and those tests pass.  I am not sure what's happening here.  A simple
way to figure out what's going on would be to make the tests more
talkative and show up the logs that don't match.
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add more debugging information with log checks in TAP tests of p