Re: Unit tests for SLRU

Поиск
Список
Период
Сортировка
От Noah Misch
Тема Re: Unit tests for SLRU
Дата
Msg-id 20220401034728.GB3682158@rfd.leadboat.com
обсуждение исходный текст
Ответ на Unit tests for SLRU  (Aleksander Alekseev <aleksander@timescale.com>)
Ответы Re: Unit tests for SLRU  (Pavel Borisov <pashkin.elfe@gmail.com>)
Список pgsql-hackers
On Thu, Mar 31, 2022 at 05:30:41PM +0300, Aleksander Alekseev wrote:
> I used src/test/modules/test_* modules as an example.

> If time permits, please take a quick look at the patch and let me know
> if I'm moving the right direction. There will be more tests in the
> final version, but I would appreciate an early feedback.

The default place for this kind of test is regress.c, with plain "make check"
calling the regress.c function.  src/test/modules is for things requiring an
extension module or otherwise unable to run through regress.c.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: generic plans and "initial" pruning
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: Rewriting the test of pg_upgrade as a TAP test - take three - remastered set