Re: [PATCH] big test separation POC

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: [PATCH] big test separation POC
Дата
Msg-id 51D0892D.4000909@dunslane.net
обсуждение исходный текст
Ответ на Re: [PATCH] big test separation POC  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: [PATCH] big test separation POC  (Fabien COELHO <coelho@cri.ensmp.fr>)
Re: [PATCH] big test separation POC  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-hackers
On 06/30/2013 02:54 PM, Fabien COELHO wrote:
>
> Note about the POC patch limitations/questions:
>
>  - is deriving a schedule with a piece of shell okay?
>    or should perl/python/whatever scripting be better?


I would think all we need are the results, i.e. the schedule files, plus 
some Makefile entries for them.


>
>  - the big_schedule is assumed "sequential", i.e. one test per line.
>    maybe it could/should be parallel?
>
>  - I'm not sure of the "parallel_schedule" and "big_schedule"
>    file names are the best possible choices.
>
>  - I'm really not sure about VPATH stuff.


This should be totally transparent to VPATH builds.


>
>  - I do not understand why the makefile specifies $(srcdir) before
>    local files in some places.
>

For VPATH builds :-)

>  - should the "bigcheck" target be accessible from the project root?
>    that is should "make bigcheck" from ../../.. work?
>


Yes, possibly, but it's not terribly important (for example, the 
buildfarm does "cd src/test/regress && make <testname>")

cheers

andrew






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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: [PATCH] big test separation POC
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: New regression test time