Re: [HACKERS] Need a builtin way to run all tests faster manner

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Need a builtin way to run all tests faster manner
Дата
Msg-id 13840.1489379706@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Need a builtin way to run all tests faster manner  (Andres Freund <andres@anarazel.de>)
Ответы Re: [HACKERS] Need a builtin way to run all tests faster manner  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Re: [HACKERS] Need a builtin way to run all tests faster manner  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2017-03-11 22:14:07 -0500, Tom Lane wrote:
>> This looks generally sane to me, although I'm not very happy about folding
>> the "$(MKDIR_P) output_iso" call into pg_isolation_regress_check --- that
>> seems weird and unlike the way it's done for the regular regression test
>> case.

> Yea, not super happy about that either - alternatively we could fold it
> into pg_regress.

Yeah, teaching pg_regress to auto-create the --temp-instance directory
seems perfectly sane from here.
        regards, tom lane



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] Allow interrupts on waiting standby
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] [NOVICE] Why is there a doubtful copyObject call in add_vars_to_targetlist