Re: [HACKERS] regress.sh - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: [HACKERS] regress.sh
Date
Msg-id 376517BB.5A52FA75@alumni.caltech.edu
Whole thread Raw
In response to Re: [HACKERS] regress.sh  ("Patrick Welche" <prlw1@newn.cam.ac.uk>)
Responses Re: [HACKERS] regress.sh
Re: [HACKERS] regress.sh
List pgsql-hackers
> the only remaining query being:
> *** expected/random.out Sun Aug 30 19:50:58 1998
> --- results/random.out  Mon Jun 14 15:18:04 1999
> ***************
> *** 19,23 ****
>     WHERE random NOT BETWEEN 80 AND 120;
>   random
>   ------
> ! (0 rows)
> 
> --- 19,24 ----
>     WHERE random NOT BETWEEN 80 AND 120;
>   random
>   ------
> !    124
> ! (1 row)

Well, sometimes random is too random. I'll bet if you run again you
will see a different result; I'd hope that *usually* you will see the
hoped-for result. I didn't want to make the criteria too loose so that
we would miss real problems. But sometimes the test fails, even on my
machine.
                 - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Backend Cache Invalidation
Next
From: wieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] regress.sh