numeric_big in make check?

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема numeric_big in make check?
Дата
Msg-id 6DE83E87-444B-4413-8BC8-2D970C214376@yesql.se
обсуждение исходный текст
Ответы Re: numeric_big in make check?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
numeric_big has been left out of parallel_schedule, requiring EXTRA_TESTS to
run it, since going in back in 1999 (AFAICT it was even the reason EXTRA_TESTS
was invented).  The original commit states that it's huge, and it probably was.
Today it runs faster than many tests we have in parallel_schedule, even on slow
hardware like my ~5 year old laptop.  Repeated runs in CI at various parallel
groups place it at 50% the runtime of triggers.sql and 25% of brin.sql.

To make sure it's executed and not silently breaks, is it time to add this to
the regular make check?

--
Daniel Gustafsson




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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: Add last_commit_lsn to pg_stat_database
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: speed up a logical replica setup