Re: Improving log capture of TAP tests with IPC::Run - Mailing list pgsql-hackers

From Erik Rijkers
Subject Re: Improving log capture of TAP tests with IPC::Run
Date
Msg-id f049d9eb3b38a2aba45e5b9aa06514d5.squirrel@webmail.xs4all.nl
Whole thread Raw
In response to Improving log capture of TAP tests with IPC::Run  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Improving log capture of TAP tests with IPC::Run  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On Thu, June 25, 2015 06:14, Michael Paquier wrote:
>
> 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()

IPC::Run is not in perl core and will not always be available.
It looks like this patch doesn't take this into account (when no IPC::Run skip the test or whatever)
Shouldn't that be changed?


Thanks,


Erik Rijkers





pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: Foreign join pushdown vs EvalPlanQual
Next
From: Michael Paquier
Date:
Subject: Re: Improving log capture of TAP tests with IPC::Run