Re: TAP output format in pg_regress

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: vignesh C <vignesh21@gmail.com>
Cc: Nikolay Shaplov <dhyan@nataraj.su>, Andres Freund <andres@anarazel.de>, Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>, Andrew Dunstan <andrew@dunslane.net>, Tom Lane <tgl@sss.pgh.pa.us>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Date: 2023-01-23T11:43:41Z
Lists: pgsql-hackers

Attachments


> On 23 Jan 2023, at 12:42, Daniel Gustafsson <daniel@yesql.se> wrote:
> 
>> On 19 Jan 2023, at 12:14, vignesh C <vignesh21@gmail.com> wrote:
> 
>> The patch does not apply on top of HEAD as in [1], please post a rebased patch:
> 
> The attached v16 is a rebase on top of current master which resolves the
> conflict which came from the recent commit removing the "ignore" functionality.
> It also fixes a few small things pointed out off-list.

And now with the missing attachment..

--
Daniel Gustafsson

Commits

  1. pg_regress: Emit TAP compliant output

  2. Consider a failed process as a failed test in pg_regress

  3. Avoid reference to nonexistent array element in ExecInitAgg().