Re: isolation test fails on installcheck - Mailing list pgsql-hackers

From Tom Lane
Subject Re: isolation test fails on installcheck
Date
Msg-id 2978.1365300980@sss.pgh.pa.us
Whole thread Raw
In response to isolation test fails on installcheck  (Jaime Casanova <jaime@2ndquadrant.com>)
Responses Re: isolation test fails on installcheck
List 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 by date:

Previous
From: Rodrigo Barboza
Date:
Subject: Re: Unrecognized type error (postgres 9.1.4)
Next
From: Robert Haas
Date:
Subject: Re: unused code in float8_to_char , formatting.c ?