Re: Brittleness in regression test setup - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Brittleness in regression test setup
Date
Msg-id 28469.1226681431@sss.pgh.pa.us
Whole thread Raw
In response to Brittleness in regression test setup  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Brittleness in regression test setup  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> For some historic reasons, I have my local scripts set up so that they 
> build development instances using the hardcoded port 65432.  This will 
> cause a temp install regression test to attempt to use port 565432 which 
> will be rejected silently by pg_regress, which will then use its 
> hardcoded default 65432 (no relation to my 65432).

One thing we should do is have pg_regress.c, not the Makefile,
select the default port to use.  The concatenate-5 behavior is
just not intelligent enough.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Jonah H. Harris"
Date:
Subject: Re: Simple postgresql.conf wizard
Next
From: Tom Lane
Date:
Subject: Re: gram.y => preproc.y