Re: Re: [COMMITTERS] pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: [COMMITTERS] pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook
Date: 2012-01-03 23:29:05
Message-ID: 1325633345.19883.17.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On mån, 2012-01-02 at 17:27 -0500, Andrew Dunstan wrote:
>
> On 01/02/2012 04:37 PM, Peter Eisentraut wrote:
> > On mån, 2012-01-02 at 15:55 -0500, Andrew Dunstan wrote:
> >> On 01/02/2012 03:12 PM, Peter Eisentraut wrote:
> >>> pg_regress: Replace exit_nicely() with exit() plus atexit() hook
> >>>
> >> This appears to have broken the buildfarm.
> > I think you mean it has caused the build to fail on some buildfarm
> > members. AFAICT, the buildfarm itself is still intact.
>
> This is hardly the first use of this idiom.

But it's about as helpful as a bug report saying "help it's broken".

> > I think there is some room for improvement there:
> >
> > - Why is the isolation test not part of check-world/installcheck-world?
>
>
> The buildfarm does not use the -world targets, for several reasons,
> including:

That was not my question. I run check-world/installcheck-world locally,
and if the isolation test had been part of this, this problem wouldn't
have happened.

> > - Could we get the buildfarm server to send out emails whenever a build
> > fails?

> This facility has been there for years

Cool, maybe it could be advertised on buildfarm.postgresql.org. I
couldn't see any link leading from there to anywhere near the mailing
lists.

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2012-01-03 23:43:25 Re: Re: [COMMITTERS] pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook
Previous Message Andrew Dunstan 2012-01-03 21:03:19 pgsql: Suggest use of psql when pg_restore gets a text dump.

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2012-01-03 23:29:12 Re: [patch] Improve documentation around FreeBSD Kernel Tuning
Previous Message Tom Lane 2012-01-03 23:28:19 Re: Should I implement DROP INDEX CONCURRENTLY?