Re: One regression failure with 7.4.1 on Debian 3.0r2

From: Neil Conway <neilc(at)samurai(dot)com>
To: Adam Witney <awitney(at)sghms(dot)ac(dot)uk>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: One regression failure with 7.4.1 on Debian 3.0r2
Date: 2004-01-05 14:17:08
Message-ID: 87oetipjiz.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Adam Witney <awitney(at)sghms(dot)ac(dot)uk> writes:
> I have one regression failure on 7.4.1, which does not occur with 7.4
>
> adam(at)bugsdb$ more src/test/regress/regression.diffs
> *** ./expected/random.out Thu Feb 13 05:24:04 2003
> --- ./results/random.out Tue Dec 23 20:19:40 2003
> ***************
> *** 25,31 ****
> GROUP BY random HAVING count(random) > 1;
> random | count
> --------+-------
> ! (0 rows)
>
> SELECT random FROM RANDOM_TBL
> WHERE random NOT BETWEEN 80 AND 120;
> --- 25,32 ----
> GROUP BY random HAVING count(random) > 1;
> random | count
> --------+-------
> ! 103 | 2
> ! (1 row)
>
> SELECT random FROM RANDOM_TBL
> WHERE random NOT BETWEEN 80 AND 120;

Unless this happens consistently (i.e. if you run the regression tests
20 times, this test fails more than once or twice), don't worry about
it: the 'random' test is mildly non-deterministic.

-Neil

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jiri D. Hoogeveen 2004-01-05 14:17:15 unsubscribe
Previous Message Paul Ganainm 2004-01-05 13:39:00 Re: Is my MySQL Gaining ?