Re: So, why isn't *every* buildfarm member failing ecpg right now? - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: So, why isn't *every* buildfarm member failing ecpg right now?
Date
Msg-id 46641698.3070403@dunslane.net
Whole thread Raw
In response to So, why isn't *every* buildfarm member failing ecpg right now?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

Tom Lane wrote:
> AFAICS, Peter's recent incomplete updating of error message wording
> should have broken every last man jack of 'em.  And yet there's still
> some green to be seen.  I think we are looking at problems in the ecpg
> test scaffolding. 

Yes. The buildfarm script uses the same logic as other tests:
my $ecpg_dir = "$pgsql/src/interfaces/ecpg";my @makeout = `cd  $ecpg_dir && $make NO_LOCALE=1 check 2>&1`;my $status =
$?>>8;
 


The sooner we move to a more unified testing infrastructure the better.

cheers

andrew




pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Command tags in create/drop scripts
Next
From: Tom Lane
Date:
Subject: Re: Command tags in create/drop scripts