| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | Alexander Klimov <ask(at)wisdom(dot)weizmann(dot)ac(dot)il> |
| Cc: | <pgsql-bugs(at)postgresql(dot)org> |
| Subject: | Re: Tests randomly failed |
| Date: | 2001-03-22 17:02:12 |
| Message-ID: | Pine.LNX.4.30.0103221800180.1208-100000@peter.localdomain |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Alexander Klimov writes:
> Results of second and third passes are in the attachment.
> It is looks like failed tests are due to
> ! psql: connectDBStart() -- connect() failed: Connection refused
> ! Is the postmaster running locally
> ! and accepting connections on Unix socket '/tmp/.s.PGSQL.65432'?
>
> My guess is that this could be due to high load of my box, but
> w said
> 11:29am up 24 day(s), 18:30, 2 users, load average: 0.00, 0.18, 0.29
> and I shut down my production postmaster before tests, and I have 256MB of
> RAM,
> SunOS iridium 5.6 Generic_105181-20 sun4u sparc SUNW,Ultra-5_10
> gcc version 2.95.2 19991024 (release)
> psql (PostgreSQL) 7.1RC1 (actualy from CVS)
In src/test/regress/pg_regress[.sh], line 163, change
*-*-qnx* | *beos*)
to
*-*-qnx* | *beos* | *solaris*)
and rerun the tests. This will avoid using Unix domain sockets, which are
broken on Solaris.
--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-03-22 17:02:19 | Re: Tests randomly failed |
| Previous Message | Alexander Klimov | 2001-03-22 17:01:36 | Re: Tests randomly failed |