Re: isolation test fails on installcheck

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: isolation test fails on installcheck
Дата
Msg-id 2978.1365300980@sss.pgh.pa.us
обсуждение исходный текст
Ответ на isolation test fails on installcheck  (Jaime Casanova <jaime@2ndquadrant.com>)
Ответы Re: isolation test fails on installcheck  (Jaime Casanova <jaime@2ndquadrant.com>)
Список pgsql-hackers
Jaime Casanova <jaime@2ndquadrant.com> writes:
> I was running some tests, and noted $SUBJECT.
> It fails consistently on current HEAD (without any patch).
> ...
> Attached regressions.diff, basically the fails give an error of
> "select failed: Interrupted system call"

Hm, looks to me like the select() error path at isolationtester.c:717
ought to consider EINTR as a retryable case.  Curious though that we
have not seen this in the buildfarm ... unless maybe this explains the
failures-with-no-output that have been seen on some of the Windows
critters?  But you'd think we'd see the "select failed:" message if so.
        regards, tom lane



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

Предыдущее
От: Rodrigo Barboza
Дата:
Сообщение: Re: Unrecognized type error (postgres 9.1.4)
Следующее
От: Robert Haas
Дата:
Сообщение: Re: unused code in float8_to_char , formatting.c ?