Re: no test programs in contrib

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: no test programs in contrib
Дата
Msg-id 20141126142723.GN1639@alvin.alvh.no-ip.org
обсуждение исходный текст
Ответ на no test programs in contrib  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: no test programs in contrib  (Robert Haas <robertmhaas@gmail.com>)
Re: no test programs in contrib  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
Re: no test programs in contrib  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Re: no test programs in contrib  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Here's a patch.  This creates a new subdir src/test/modules and places
the five initially proposed modules in there.  They continue to have
their makefile with the same ifdef USE_PGXS pattern; they are no longer
installed by default.

Because many of them had either "test" in their names or some other
now-useless particle, I renamed them:

worker_spi    ->     bgworker
test_decoding    ->    logical_decoding
dummy_seclabel    ->    seclabel
test_shm_mq    ->    shm_mq
test_parser    ->    tsparser

The renaming is not complete: the extensions continue to have the old
names, for instance.  If the consensus is to rename them completely I
can finish that, or we can decide to keep the original names, but they
all seem inappropriate to me.

I haven't done anything about documentation.  I thought a new chapter
after "Additional Supplied Modules", perhaps entitled "Additional Sample
Modules" would be appropriate.

I tweaked make targets check, installcheck, installcheck-world,
check-world: they all run the additional tests now.  For buildfarm, the
client code will need to be updated to have a new stage for
src/test/modules running "make check".

I haven't touched MSVC yet.

Opinions on this approach please?

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: [pgsql-packagers] Palle Girgensohn's ICU patch
Следующее
От: Robert Haas
Дата:
Сообщение: Re: no test programs in contrib