Re: pgsql: Add TAP test to automate the equivalent of check_guc

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Andres Freund <andres@anarazel.de>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Justin Pryzby <pryzby@telsasoft.com>, Christoph Berg <myon@debian.org>, pgsql-hackers@lists.postgresql.org
Date: 2022-02-16T02:23:17Z
Lists: pgsql-hackers
On Mon, Feb 14, 2022 at 02:11:37PM +0900, Michael Paquier wrote:
> A run through the CI shows that this is working, and it also works
> with Debian's patch for the config data.  I still tend to prefer the
> readability of a TAP test over the main regression test suite for this
> facility.

Hearing nothing, I have looked once again at this stuff and tested it
with what Debian was doing.  And that looks to work fine for
everything we care about, so applied with the use of a relative path
to find postgresql.conf.sample in the source tree.
--
Michael

Commits

  1. Revert "Add TAP test to automate the equivalent of check_guc"

  2. Add TAP test to automate the equivalent of check_guc