Re: [HACKERS] regress.sh

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: prlw1(at)cam(dot)ac(dot)uk
Cc: jwieck(at)debis(dot)com, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] regress.sh
Date: 1999-06-14 14:54:51
Message-ID: 376517BB.5A52FA75@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 1999-06-14 14:59:07 Re: [HACKERS] regress.sh
Previous Message Tom Lane 1999-06-14 14:40:26 Re: [HACKERS] Backend Cache Invalidation