Re: convert libpq uri-regress tests to tap test
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>, Andrew Dunstan <andrew@dunslane.net>
Cc: Peter Eisentraut <peter.eisentraut@enterprisedb.com>, pgsql-hackers@postgresql.org
Date: 2022-02-26T01:52:29Z
Lists: pgsql-hackers
Attachments
Hi, On 2022-02-25 09:56:47 -0800, Andres Freund wrote: > On 2022-02-24 08:46:23 -0800, Andres Freund wrote: > > I'm mildly inclined to only do 0001 and 0002 for now. We'd not loose msvc > > coverage, because it already doesn't build the test. Once we've ironed that > > stuff out, we could do 0003? > > From what I can see in the buildfarm client, we'd not loose (nor gain) any > buildfarm coverage either. It doesn't run the test today. Attached are rebased patches. I polished 0001, the regress.pl -> 001_uri.pl conversion some more (although some of perltidy's changes aren't clearly an improvement). I'd like to commit 0001 and 0002 soon, unless somebody sees a reason not to? Greetings, Andres Freund
Commits
-
Run tests of libpq on installcheck-world, checkprep and check-world
- 2cc96f233914 15.0 landed
-
Convert src/interfaces/libpq/test to a tap test.
- ac25173cdbc4 15.0 landed
-
Run tap tests in src/interfaces/libpq.
- 6b04abdfc5e0 15.0 landed