Re: Solaris 7 SPARC passes tests (was Re: Re: [BUGS] Tests randomly failed)
Rick Robino <rrobino@wavedivision.com>
From: Rick Robino <rrobino@wavedivision.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Mathijs Brands <mathijs@ilse.nl>, Peter Eisentraut <peter_e@gmx.net>, Alexander Klimov <ask@wisdom.weizmann.ac.il>, pgsql-hackers@postgresql.org
Date: 2001-03-28T11:32:33Z
Lists: pgsql-hackers
Attachments
- pg_regress.patch (text/plain) patch
> On Tue, Mar 27, 2001 at 08:08:47PM -0500, Tom Lane wrote: > Mathijs Brands <mathijs@ilse.nl> writes: > > No luck :( Tests still randomly crash. (This is an Ultra 10 machine.) > > How about if you change the pg_regress script to use TCP connections? > (Look for the bit that forces unix_sockets=no for certain OSes, and > add solaris) > > regards, tom lane Someone ran into this again yesterday with Solaris x86. The unix socket problem is probably the same for both architectures, so why not change pg_regress.sh to include *solaris* as part of the same case statement that excludes QNX and BeOS for unix sockets? It is safe to say that Solaris does have this problem. The postmaster startup test could say something a bit more useful this way too, as a standard "make check" does not report which type of sockets are being used (but it does when --temp-install=""). Some folks may want that to be recorded in the output consistently. A very small patch to do both of those things is attached. Cheers, -Rick