Re: pgsql: Add isolationtester spec for old heapam.c bug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Add isolationtester spec for old heapam.c bug
Дата
Msg-id 19294.1456551587@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Add isolationtester spec for old heapam.c bug  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: pgsql: Add isolationtester spec for old heapam.c bug  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> Add isolationtester spec for old heapam.c bug

Hmmm ....

http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=spoonbill&dt=2016-02-27%2000%3A00%3A06

This failure looks a lot like the timing-related problems I was chasing
last week with deadlock-hard on the CLOBBER_CACHE_ALWAYS critters.
spoonbill isn't CLOBBER_CACHE_ALWAYS, but it uses some weird malloc debug
stuff that slows it down by similar orders of magnitude.  You seem to need
to think about how to make this test less timing-dependent.

            regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Respect TEMP_CONFIG when running contrib regression tests.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Respect TEMP_CONFIG when pg_regress_check and friends are called