Re: I might be getting closer? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: I might be getting closer?
Date
Msg-id 200307262049.h6QKnRW17519@candle.pha.pa.us
Whole thread Raw
Responses Re: I might be getting closer?  (Robert Creager <Robert_Creager@LogicalChaos.org>)
List 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@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: parallel regression test failure
Next
From: Robert Creager
Date:
Subject: Re: parallel regression test failure