Improving log capture of TAP tests with IPC::Run

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Improving log capture of TAP tests with IPC::Run
Дата
Msg-id CAB7nPqT1R2jEVWW3DoXaV9hBLgYED_hYBRXtfJd7DzGjVxWpZQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Improving log capture of TAP tests with IPC::Run
Re: Improving log capture of TAP tests with IPC::Run
Список pgsql-hackers
Hi all,

After looking at the issues with the TAP test suite that hamster faced
a couple of days ago, which is what has been discussed on this thread:
http://www.postgresql.org/message-id/13002.1434307025@sss.pgh.pa.us

I have developed a patch to improve log capture of the TAP tests by
being able to collect stderr and stdout output of each command run in
the tests by using more extensively IPC::Run::run (instead of system()
that is not able to help much) that has already been sent on the
thread above.

This patch looks worth having in the TAP suite to track problems,
hence this thread dedicated to it. The patch has been added as well to
the next CF.
Regards,
--
Michael

Вложения

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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: 9.5 release notes
Следующее
От: Noah Misch
Дата:
Сообщение: Re: git push hook to check for outdated timestamps