Re: parallel regression test failure - Mailing list pgsql-hackers

From Robert Creager
Subject Re: parallel regression test failure
Date
Msg-id 20030726145733.436403d3.Robert_Creager@LogicalChaos.org
Whole thread Raw
In response to Re: parallel regression test failure  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On Sat, 26 Jul 2003 16:40:27 -0400 (EDT)
Bruce Momjian <pgman@candle.pha.pa.us> said something like:

> 
> That is a very good guess.  All the errors seem related to the parser.
>

Everyone gets lucky now and then ;-)

I'm now using bison 1.5

2003-01-22 did not fail in 50 tests.
2003-01-26 has not failed yet in 33 of 50 tests.

2003-01-28 and 2003-02-15 are compiled and waiting...

2003-02-01 fails, but only 2 time in 50 tests:

*** ./expected/domain.out    Sat Jul 26 12:24:18 2003
--- ./results/domain.out    Sat Jul 26 12:56:01 2003
***************
*** 263,269 **** insert into domcontest values (5); alter domain con drop constraint t; insert into domcontest values
(-5);--fails
 
! ERROR:  ExecEvalConstraintTest: Domain con constraint $1 failed insert into domcontest values (42); -- cleanup drop
domainddef1 restrict;
 
--- 263,269 ---- insert into domcontest values (5); alter domain con drop constraint t; insert into domcontest values
(-5);--fails
 
! ERROR:  ExecEvalConstraintTest: Domain con constraint  failed insert into domcontest values (42); -- cleanup drop
domainddef1 restrict;
 

======================================================================


-- 14:52:02 up 8 days, 18:52,  2 users,  load average: 3.69, 3.40, 2.57

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: I might be getting closer?
Next
From: Robert Creager
Date:
Subject: Re: I might be getting closer?