Re: Plugging some testing holes

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Plugging some testing holes
Дата
Msg-id 20190624022730.GC1637@paquier.xyz
обсуждение исходный текст
Ответ на Plugging some testing holes  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Ответы Re: Plugging some testing holes  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Список pgsql-hackers
On Sun, Jun 23, 2019 at 06:15:06PM -0400, Andrew Dunstan wrote:
> Alvaro pointed out to me recently that the buildfarm client doesn't have
> any provision for running module tests like commit_ts and
> snapshot_too_old that use NO_INSTALLCHECK. On looking into this a bit
> more, I noticed that we also don't run any TAP tests in
> src/test/modules. I'm adding some code to the client to remedy both of
> these, and crake has been running it quite happily for a week or so. Are
> there any other holes of this nature that should be plugged?

src/test/kerberos/ and src/test/ldap/.

contrib modules having TAP tests are actually able to run the tests.
Only an installcheck triggered from contrib/ happens at step
contrib-install-check-C, right?

> We'll need some MSVC build tools support for some of it.

This one is more complex.  We don't actually track TAP_TESTS in
src/tools/msvc/ yet.  Cough.
--
Michael

Вложения

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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: Fix doc bug in logical replication.
Следующее
От: Binguo Bao
Дата:
Сообщение: Re: Optimize partial TOAST decompression