Re: [COMMITTERS] pgsql: Remove pgbench "progress" test pending solution of its timing is

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [COMMITTERS] pgsql: Remove pgbench "progress" test pending solution of its timing is
Дата
Msg-id 16506.1506189951@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Remove pgbench "progress" test pendingsolution of its timing is  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: [COMMITTERS] pgsql: Remove pgbench "progress" test pendingsolution of its timing is  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-committers
Fabien COELHO <coelho@cri.ensmp.fr> writes:
> Globally these test failures reveals pathological testing conditions: the 
> inability to execute a simple select over several seconds. It could have 
> been OOM or whatever else.

Well, I think it's mostly about valgrind making everything really slow.
Since we have seen some passes from skink recently, perhaps there was also
a component of more-load-on-the-machine-than-usual.  But in the end this
is just evidence for my point that regression tests have to be very much
not timing-sensitive.  We run them under all kinds of out-of-the-ordinary
stress.
        regards, tom lane


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Remove pgbench "progress" test pendingsolution of its timing is
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Fix bogus size calculation in strlist_to_textarray().