Re: [HACKERS] Reducing runtime of stats regression test - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [HACKERS] Reducing runtime of stats regression test
Date
Msg-id CA+TgmoZe+4sfu0jmHtBP064-peuuvgzRpN0nbn9ZdoPR-7imBA@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Reducing runtime of stats regression test  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] Reducing runtime of stats regression test  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, May 4, 2017 at 10:22 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Yes, but that would be getting into the realm of new features, not
> post-feature-freeze test adjustments.  It certainly couldn't be
> a candidate for back-patching.

I'm not sure there's some bright line between adding a new
SQL-callable function to cut down the test time and any other
tinkering we might do to reduce the regression test time.  I think
there's a pretty good argument that all of the recent changes you made
in this area constitute strictly optional tinkering.  I'm haven't been
objecting because they don't seem likely to destabilize anything, but
I don't see that they're really helping us get ready for beta either,
which is presumably what we ought to be focusing on at this point.

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



pgsql-hackers by date:

Previous
From: Marina Polyakova
Date:
Subject: Re: [HACKERS] WIP Patch: Precalculate stable functions, infrastructure v1
Next
From: Amit Kapila
Date:
Subject: Re: [HACKERS] statement_timeout is not working as expected with postgres_fdw