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

From Andrew Dunstan
Subject Re: Re: [COMMITTERS] pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook
Date
Msg-id 4F03929D.4080207@dunslane.net
Whole thread Raw
In response to Re: Re: [COMMITTERS] pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers

On 01/03/2012 06:29 PM, Peter Eisentraut wrote:
>
>>> 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.


I have no idea why. It was probably an oversight when the isolation 
tests were added. I guess something like this would fix it?
   diff --git a/GNUmakefile.in b/GNUmakefile.in   index 50fae41..5976832 100644   --- a/GNUmakefile.in   +++
b/GNUmakefile.in  @@ -68,7 +68,7 @@ check installcheck installcheck-parallel:
 
   $(call recurse,check-world,src/test src/pl src/interfaces/ecpg   contrib,check)
   -$(call recurse,installcheck-world,src/test src/pl   src/interfaces/ecpg contrib,installcheck)   +$(call
recurse,installcheck-world,src/testsrc/test/isolation   src/pl src/interfaces/ecpg contrib,installcheck)
 
   $(call recurse,maintainer-check,doc src config contrib)


The isolation tests only run installcheck, not plain check. See the 
archives for details of why.


>>> - 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.
>
>


OK, I'll look at providing links from the web site to the lists.

cheers

andrew



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [patch] Improve documentation around FreeBSD Kernel Tuning
Next
From: Tom Lane
Date:
Subject: Re: [patch] Improve documentation around FreeBSD Kernel Tuning