Re: parallel regression test failure

From: Robert Creager <Robert_Creager(at)LogicalChaos(dot)org>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: parallel regression test failure
Date: 2003-07-26 20:57:33
Message-ID: 20030726145733.436403d3.Robert_Creager@LogicalChaos.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 26 Jul 2003 16:40:27 -0400 (EDT)
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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 domain ddef1 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 domain ddef1 restrict;

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

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Creager 2003-07-26 21:05:39 Re: I might be getting closer?
Previous Message Bruce Momjian 2003-07-26 20:49:27 Re: I might be getting closer?