Re: convert libpq uri-regress tests to tap test
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Tom Lane <tgl@sss.pgh.pa.us>, Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@postgresql.org
Date: 2022-02-25T13:32:43Z
Lists: pgsql-hackers
On 24.02.22 16:17, Tom Lane wrote: > I think that having t/ directories contain only Perl test scripts > is a good convention that we should stick to. Peter's proposal > of a separate test/ subdirectory for C test scaffolding is > probably fine. I wonder if there are any conventions in the Perl community about where to put test support files relative to the "t" directory.
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