Re: running make check with only specified tests

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: running make check with only specified tests
Дата
Msg-id 16259.1390766343@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: running make check with only specified tests  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: running make check with only specified tests  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 01/26/2014 12:08 PM, Tom Lane wrote:
>> Also, the tests themselves don't take that long, especially in parallel
>> mode.  If you need to speed up repeated testing, it's more profitable to
>> avoid the install/initdb overhead of a "make check".  I use a small
>> script that just reinstalls the postgres executable and does "make
>> installcheck-parallel" when I'm doing iterative development.

> I have something similar, and prodded by your email I've just improved 
> it a bit ;-) But it doesn't work so well if you're changing the catalog, 
> as you need an initdb anyway.

True.  OTOH, when you're changing the catalogs it seems pretty foolish
to not run the whole test suite.

Anyway, I have no great objection to the proposed patch, I'm just dubious
that it's really worth the trouble.  If you do go through with it, I'd
suggest adding an installcheck-with variant.

In the bikeshedding department, maybe "-tests" instead of "-with"?
        regards, tom lane



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

Предыдущее
От: Marti Raudsepp
Дата:
Сообщение: Re: PoC: Partial sort
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [patch] Client-only installation on Windows