Re: Regression tests versus the buildfarm environment - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Regression tests versus the buildfarm environment
Date
Msg-id 4C630A52.3090406@dunslane.net
Whole thread Raw
In response to Re: Regression tests versus the buildfarm environment  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Regression tests versus the buildfarm environment  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

On 08/11/2010 04:17 PM, Tom Lane wrote:
> We should have the
> buildfarm configuration such that any one run uses the same port number
> for both installed and uninstalled regression tests.  If Peter is dead
> set on not changing pg_regress's default, then changing the makefiles to
> enable use of the --port switch is the way to do that.
>
>             

If you really want it to use the exact same port, then we'll probably 
need to change the Makefiles regardless of how we eventually decide to 
set the default.

Another way would be to have pg_regress honour an environment var like 
PG_REGRESS_PORT, which the buildfarm script could use.

cheers

andrew


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: review: xml_is_well_formed
Next
From: Tom Lane
Date:
Subject: Re: Regression tests versus the buildfarm environment