Regression test failure on v7.0.3?

From: Robert Hentosh <hentosh(at)io(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Regression test failure on v7.0.3?
Date: 2000-11-17 06:57:59
Message-ID: 20001117005759.A29639@eris.io.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


I just downloaded and compiled postgresql v7.0.3 afterwards I ran the regresion tests. First, I did a 'make runcheck' and everything was 'ok'. Then I ran 'make bigcheck'. It failed on "test random".

Deleted all the source tree and untarred from the tar ball a new copy. Then went and editied ../src/include/config.h.in and modified the BLCKSZ to 16384. ran 'configure --with-x' and then 'make' and 'make install'.

I went again and reran the regression test. It *passed* both runcheck and bigcheck.

The I ran runcheck again. This time it failed on "test random".

$ diff expected/random.out results/random.out
28c28,29
< (0 rows)
---
> 103 | 2
> (1 row)
$

Anyone else see this? Is this a problem? I am running on RedHat 7.0

Thanks,
Robert

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2000-11-17 07:23:57 Re: Failed regresion test?
Previous Message Robert Hentosh 2000-11-17 06:50:52 Failed regresion test?