Re: Why the buildfarm is all pink - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Why the buildfarm is all pink
Date
Msg-id CA+TgmoZncQDOcKYWC6zsXN0vD-byN_ZRUdt8+HvJm=SGOyyCyA@mail.gmail.com
Whole thread Raw
In response to Why the buildfarm is all pink  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Why the buildfarm is all pink
List pgsql-hackers
On Tue, Dec 10, 2013 at 7:55 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> This doesn't make me happy.  Aside from the sheer waste of cycles
> involved in re-analyzing the entire regression database, this
> test runs in parallel with half a dozen others, and it could cause
> plan instability in those.  Of course, if it does, then most likely
> those tests have a hazard from autovacuum anyway.  But this still
> looks to me like a poor bit of test design.

Agreed.

> Anyway, bottom line is that I think we need to institute, and
> back-patch, some consistent scheme for when to analyze the standard
> tables during the regression tests, so that we don't have hazards
> like this for tests that want to check what plan gets selected.
>
> Comments?

Everything you're saying sounds reasonable from here.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Jeff Janes
Date:
Subject: Re: Why we are going to have to go DirectIO
Next
From: Peter Eisentraut
Date:
Subject: Re: Completing PL support for Event Triggers