Re: Key management with tests

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Key management with tests
Дата
Msg-id YAJuG9yi5QYh15AR@paquier.xyz
обсуждение исходный текст
Ответ на Re: Key management with tests  (Andres Freund <andres@anarazel.de>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: Wrong usage of RelationNeedsWAL
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Occasional tablespace.sql failures in check-world -jnn