Re: Key management with tests - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Key management with tests
Date
Msg-id YAJuG9yi5QYh15AR@paquier.xyz
Whole thread Raw
In response to Re: Key management with tests  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Fri, Jan 15, 2021 at 08:20:36PM -0800, Andres Freund wrote:
> On 2021-01-15 20:49:10 -0500, Bruce Momjian wrote:
>> What Perl tap tests run initdb and manage the cluster?  I didn't find
>> any.
>
> find . -name '*.pl'|xargs grep 'use PostgresNode;'
>
> should give you a nearly complete list.

Just to add that all the perl modules we use for the tests are within
src/test/perl/.  The coolest tests are within src/bin/ and src/test/.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: Wrong usage of RelationNeedsWAL
Next
From: Michael Paquier
Date:
Subject: Re: Occasional tablespace.sql failures in check-world -jnn