Re: Add extension options to control TAP and isolation tests

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Add extension options to control TAP and isolation tests
Дата
Msg-id 20181129020011.GF626@paquier.xyz
обсуждение исходный текст
Ответ на Re: Add extension options to control TAP and isolation tests  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Add extension options to control TAP and isolation tests  (Arthur Zakirov <a.zakirov@postgrespro.ru>)
Re: Add extension options to control TAP and isolation tests  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On Fri, Nov 23, 2018 at 09:43:45AM +0900, Michael Paquier wrote:
> That's for the main regression test suite within src/test/regress, TAP
> is also a regression test suite, the page of the link reflects the
> general set of test suites available.

The main patch had to be reverted a couple of days ago via 1d7dd18, and
I have been digging and fixing the set of issues the buildfarm has been
complaining about since.  There were two problems:
- MSVC scripts were not able to handle modules with NO_INSTALLCHECK
defined, and vcregress.pl runs with the assumption that installcheck is
used.  Support for that has been added in 431f159.  Some modules have
been also lacking NO_INSTALLCHECK.
- contrib/bloom/ are unstable.  I have not spent time investigating the
actual root issue, but spawned a thread with the authors of the tests:
https://www.postgresql.org/message-id/20181126025125.GH1776@paquier.xyz

I am attaching the patch I would like to commit to close this thread,
which has as single change TAP_TESTS commented out in contrib/bloom/ to
not explode the buildfarm.  Any objections to that?
--
Michael

Вложения

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

Предыдущее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: pg_config wrongly marked as not parallel safe?
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: More issues with pg_verify_checksums and checksum verificationin base backups