Re: [HACKERS] TAP tests take a long time

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] TAP tests take a long time
Дата
Msg-id 6742.1492010634@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] TAP tests take a long time  (Mithun Cy <mithun.cy@enterprisedb.com>)
Список pgsql-hackers
Mithun Cy <mithun.cy@enterprisedb.com> writes:
> I have tried to optimize the tests maintaining the same coverage we were
> able to get with it.

This patch looks good to me: on my workstation, it reduces the total
runtime of the parallel regression tests from ~20.5 to ~16.5 seconds.
I concur that it doesn't look like it would reduce test coverage
significantly.  It gets rid of a VACUUM FULL and a REINDEX, both of
which should be equivalent to an ordinary index build so far as hash is
concerned, and it trims the volume of data being run through the test.

If no objections, I'll push this soon.
        regards, tom lane



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] GCC 7 warnings
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Some thoughts about SCRAM implementation