Re: Grouping isolationtester tests in the schedule

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Grouping isolationtester tests in the schedule
Дата
Msg-id 20190807165810.GA29841@alvherre.pgsql
обсуждение исходный текст
Ответ на Grouping isolationtester tests in the schedule  (Heikki Linnakangas <hlinnaka@iki.fi>)
Ответы Re: Grouping isolationtester tests in the schedule  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 2019-Aug-07, Tom Lane wrote:

> The problem in "timeouts" is that it has to use drearily long timeouts
> to be sure that the behavior will be stable even on really slow machines
> (think CLOBBER_CACHE_ALWAYS or valgrind --- it can take seconds for them
> to reach a waiting state that other machines reach quickly).  If we run
> such tests in parallel with anything else, that risks re-introducing the
> instability.  I'm not very sure what we can do about that.  But you might
> be right that unless we can solve that, there's not going to be much to be
> gained from parallelizing the rest.

It runs 8 different permutations serially.  If we run the same
permutations in parallel, it would finish much quicker, and we wouldn't
run it in parallel with anything that would take up CPU time, since
they're all just sleeping.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: no default hash partition
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: is necessary to recheck cached data in fn_extra?