Re: TAP test module - PostgresClient

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Craig Ringer <craig(at)2ndquadrant(dot)com>
Cc: Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: TAP test module - PostgresClient
Date: 2017-12-29 03:14:33
Message-ID: 16620.1514517273@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Craig Ringer <craig(at)2ndquadrant(dot)com> writes:
> Another option might be to teach the TAP infrastructure and the buildfarm
> client how to fetch cpanminus and build DBD::Pg against our build-tree, so
> we could use Perl DBI.

As a buildfarm owner, I'd take a *really* dim view of the buildfarm
trying to auto-fetch code off the internet. As a developer, the
idea that "make check-world" would try to do that is even scarier.
Buildfarm owners are likely to have taken at least some steps to
sandbox their builds, but developers not so much.

I do not think we should even think about going there.

Your thoughts about making psql have some more automation-friendly
output formats seem worth pursuing though.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2017-12-29 06:47:32 Re: [HACKERS] path toward faster partition pruning
Previous Message Craig Ringer 2017-12-29 01:54:16 Re: TAP test module - PostgresClient