Re: Tests randomly failed

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: Alexander Klimov <ask@wisdom.weizmann.ac.il>, pgsql-bugs@postgresql.org
Date: 2001-03-22T17:02:19Z
Lists: pgsql-bugs
Peter Eisentraut <peter_e@gmx.net> writes:
> 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.

I was just thinking that maybe pg_regress should have a command line
option to set unix_sockets=no, so that both connection options could
be exercised when there's doubt.

			regards, tom lane