Re: Tests randomly failed
Alexander Klimov <ask@wisdom.weizmann.ac.il>
From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: pgsql-bugs@postgresql.org
Date: 2001-03-22T17:01:36Z
Lists: pgsql-bugs
On Thu, 22 Mar 2001, Peter Eisentraut wrote: > 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. Yes, it works now: ====================== All 76 tests passed. ====================== From the other hand, my production version uses Unix domain sockets without problems Regards, ASK