Re: I might be getting closer?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Robert Creager <Robert_Creager(at)LogicalChaos(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: I might be getting closer?
Date: 2003-07-26 20:49:27
Message-ID: 200307262049.h6QKnRW17519@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

[ cc to hackers]

It certainly looks closer, particularly because the failure is s simple
domain constraint failure and not a more internal error.

Have you tried moving ahead a few days to see if the bug was fixed in
CVS?

---------------------------------------------------------------------------

Robert Creager wrote:
-- Start of PGP signed section.
>
> Hey Bruce,
>
> I can get version 2003-02-01 to only fail one test, and sporadically at
> that (2 out of 50 runs):
>
> *** ./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;
>
> ======================================================================
>
> --
> 13:04:42 up 8 days, 17:05, 2 users, load average: 1.84, 1.24, 1.34
-- End of PGP section, PGP failed!

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Creager 2003-07-26 20:57:33 Re: parallel regression test failure
Previous Message Bruce Momjian 2003-07-26 20:40:27 Re: parallel regression test failure