Re: 7.4.8 regression test diff

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Ed L(dot)" <pgsql(at)bluepolka(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: 7.4.8 regression test diff
Date: 2005-06-21 17:28:25
Message-ID: 200506211728.j5LHSP124779@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


Yes, this does randomly fail (WHERE random NOT BETWEEN 80 AND 120).
(That is OK.)

I modified the code so the failures are much rarer in 8.0.

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

Ed L. wrote:
> On Tuesday June 21 2005 11:22 am, Ed L. wrote:
> > Fyi, I got this regression diff on my IBM T41 laptop running
> > new install of Fedora Core 4... no idea why...
> >
> > PostgreSQL 7.4.8 on i686-pc-linux-gnu, compiled by GCC gcc
> > (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8)
> >
> >
> > /pgsql/builds/postgresql-7.4.8/src/test/regress
> > % cat ./regression.diffs
> > *** ./expected/random.out Wed Feb 12 22:24:04 2003
> > --- ./results/random.out Tue Jun 21 11:16:11 2005
> > ***************
> > *** 31,35 ****
> > WHERE random NOT BETWEEN 80 AND 120;
> > random
> > --------
> > ! (0 rows)
> >
> > --- 31,36 ----
> > WHERE random NOT BETWEEN 80 AND 120;
> > random
> > --------
> > ! 79
> > ! (1 row)
>
> This seems to be an intermittent regression failure. A second
> run just now with same build passed all tests.
>
> Ed
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

--
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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message diego ayala torres 2005-06-21 20:46:50 error del pg_dump
Previous Message Ed L. 2005-06-21 17:25:27 Re: 7.4.8 regression test diff