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: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: Andres Freund <andres@anarazel.de>, pgsql-hackers@postgresql.org
Date: 2022-02-24T01:52:41Z
Lists: pgsql-hackers
Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes: > On 23.02.22 23:58, Tom Lane wrote: >> Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes: >>> libpq TAP tests should be in src/interfaces/libpq/t/. >> That's failing to account for the fact that a libpq test can't >> really be a pure-perl TAP test; you need some C code to drive the >> library. > Such things could be put under src/interfaces/libpq/test, or some other > subdirectory. We already have src/interfaces/ecpg/test. OK, but then the TAP scripts are under src/interfaces/libpq/test/t, which isn't what you said. I have no great objection to moving src/test/modules/libpq_pipeline/ to src/interfaces/libpq/test/, though, as long as the buildfarm will cope. 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