Re: Convert sepgsql tests to TAP
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Cc: Andreas Karlsson <andreas@proxel.se>, Tom Lane <tgl@sss.pgh.pa.us>,
Andrew Dunstan <andrew@dunslane.net>
Date: 2025-01-24T12:25:29Z
Lists: pgsql-hackers
On 27.08.24 10:12, Peter Eisentraut wrote: > Here is a new patch version. > > I simplified the uses of sed and awk inside the Perl script. I also > fixed "make installcheck". I noticed that meson installs sepgsql.sql > into the wrong directory, so that's fixed also. (Many of the > complications in this patch set are because sepgsql is not an extension > but a loose SQL script, of which it is now the only one. Maybe > something to address separately.) > > I did end up deciding to keep the old test_sepgsql script, because it > does have the documented purpose of testing existing installations. I > did change it so that it calls pg_regress directly, without going via > make, so that the dependency on make is removed. This has been committed. And I understand there is a buildfarm client update available for the affected buildfarm members.
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
sepgsql: update TAP test to use fat comma style
- cc2c9fa6960c 18.0 landed
-
Convert sepgsql tests to TAP
- aeb8ea361a0a 18.0 landed
-
meson: Fix sepgsql installation
- 155d6162e457 16.7 landed
- 24c5b73eb6ec 17.3 landed
- 02ed3c2bdcef 18.0 landed