Re: separate output dirs for test decoding pieces.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: separate output dirs for test decoding pieces.
Date: 2014-03-31 18:21:10
Message-ID: CA+Tgmob5M2sJxKJ63FFgOR-64gnO4wQ5iV3ygXehX-ZfRvXi0g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Mar 31, 2014 at 5:27 AM, Andres Freund <andres(at)2ndquadrant(dot)com> wrote:
> On 2014-03-29 13:20:41 -0400, Andrew Dunstan wrote:
>> "make check" in contrib/test_decoding actually does two regression runs, one
>> with pg_regress and one with pg_isolation_regress. These both use the same
>> (default) outputdir, so one overwrites the other, which is a bit unfortunate
>> from the buildfarm's point of view. I propose to make them use separate
>> outputdirs, via the attached small patch.
>>
>> Comments?
>
> Thanks for taking care of this, sounds like a good idea.

It's a little weird that the normal directory name is "results" and
now we have "regression_output" and "isolation_output". Why
s/results/output/?

Also, the patch failed to update .gitignore, which I have now done.
If we do any further renaming here, .gitignore should not miss the
bus.

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-03-31 18:43:38 Re: About adding an attribute to a system catalog
Previous Message Robert Haas 2014-03-31 18:08:47 Re: doPickSplit stack buffer overflow in XLogInsert?