Re: strange isolation test buildfarm failure on guaibasaurus - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: strange isolation test buildfarm failure on guaibasaurus
Date
Msg-id 50C0B787.1090600@dunslane.net
Whole thread Raw
In response to Re: strange isolation test buildfarm failure on guaibasaurus  (Christian Ullrich <chris@chrullrich.net>)
List pgsql-hackers
On 12/06/2012 04:41 AM, Christian Ullrich wrote:
> * Tom Lane wrote:
>
>> We really need to scare up another buildfarm member to run with
>> -DCLOBBER_CACHE_ALWAYS, now that jaguar has stopped doing so.
>
> I would be happy to do that on jaguarundi, in exchange for dialing 
> down the build frequency from hourly to something a bit less 
> ambitious. That machine is mostly idle anyway.
>

The way to set this up is to add
    CPPFLAGS => '-DCLOBBER_CACHE_ALWAYS',

to the config_env section of buildfarm config file.

If you do this, you probably only want to run your animal on HEAD and 
run, say, once or twice a day. BTW, the buildfarm scripts contain 
mechanisms to prevent them from colliding with themselves, making it 
safe to run the scripts (especially run_branches.pl) very frequently 
without having to worry if a previously scheduled run has completed.

cheers

andrew






pgsql-hackers by date:

Previous
From: "MauMau"
Date:
Subject: Serious problem: media recovery fails after system or PostgreSQL crash
Next
From: Merlin Moncure
Date:
Subject: Re: WIP patch for hint bit i/o mitigation