Re: Re: Call for platforms

Marc G. Fournier <scrappy@hub.org>

From: The Hermit Hacker <scrappy@hub.org>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: <lockhart@fourpalms.org>, Hackers List <pgsql-hackers@postgresql.org>
Date: 2001-03-22T17:29:47Z
Lists: pgsql-hackers
On Thu, 22 Mar 2001, Tom Lane wrote:

> The Hermit Hacker <scrappy@hub.org> writes:
> > the second time
> > failed *totally* different tests then the first run:
>
> > dragon:/home/centre/marc/src/postgresql-7.1RC1/src/test/regress> grep
> > FAILED regression.out
> >      opr_sanity           ... FAILED
> >      join                 ... FAILED
> >      aggregates           ... FAILED
> >      arrays               ... FAILED
>
> These are parallel tests right?  What's the failure diffs?

same as last time:

dragon:/home/centre/marc/src/postgresql-7.1RC1/src/test/regress> more
results/opr_sanity.out
psql: connectDBStart() -- connect() failed: Connection refused
        Is the postmaster running locally
        and accepting connections on Unix socket '/tmp/.s.PGSQL.65432'?

and yet another run (and different results):

============== shutting down postmaster               ==============

=================================================
 1 of 76 tests failed, 1 failed test(s) ignored.
=================================================

The differences that caused some tests to fail can be viewed in the
file `./regression.diffs'.  A copy of the test summary that you see
above is saved in the file `./regression.out'.

make: *** [check] Error 1
dragon:/home/centre/marc/src/postgresql-7.1RC1/src/test/regress> grep
FAILED regression.out
test misc                 ... FAILED
dragon:/home/centre/marc/src/postgresql-7.1RC1/src/test/regress>