Re: convert libpq uri-regress tests to tap test
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Andres Freund <andres@anarazel.de>, pgsql-hackers@postgresql.org
Date: 2022-02-23T20:57:08Z
Lists: pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes: > On 2/23/22 15:30, Andres Freund wrote: >> Perhaps we should just rename src/test/modules/libpq_pipeline to >> src/test/modules/libpq and move uri-regress in there as well? > WFM +1 regards, tom lane
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