Re: Isolation tests still falling over routinely

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Isolation tests still falling over routinely
Дата
Msg-id 4E78FCDB0200002500041455@gw.wicourts.gov
обсуждение исходный текст
Ответ на Isolation tests still falling over routinely  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Isolation tests still falling over routinely
Список pgsql-hackers
Tom Lane  wrote:
> The buildfarm is still showing isolation test failures more days
> than not, eg
> 
http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=pika&dt=2011-09-17%2012%3A43%3A11
> and I've personally seen such failures when testing with
> CLOBBER_CACHE_ALWAYS. Could we please fix those tests to not have
> such fragile timing assumptions?
I went back over two months, and only found one failure related to an
SSI test, and that was because the machine ran out of disk space. 
There should never be any timing-related failures on the SSI tests,
as there is no blocking or deadlocking.
If you have seen any failures on isolation tests other than the fk-*
tests, I'd be very interested in details.
The rest are not related to SSI but test deadlock conditions related
to foreign keys.  I didn't have anything to do with these but to
provide alternate result files for REPEATABLE READ and SERIALIZABLE
isolation levels.  (I test the installcheck-world target and the
isolation tests in those modes frequently, and the fk-deadlock tests
were failing every time at those levels.)
If I remember right, Alvaro chose these timings to balance run time
against chance of failure.  Unless we want to remove these deadlock
handling tests or ignore failures (which both seem like bad ideas to
me), I think we need to bump the long timings by an order of
magnitude and just concede that those tests run for a while.
-Kevin


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

Предыдущее
От: karavelov@mail.bg
Дата:
Сообщение: Re: Inlining comparators as a performance optimisation
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Isolation tests still falling over routinely