Re: Solaris 7 SPARC passes tests (was Re: Re: [BUGS] Tests randomly failed)

From: Rick Robino <rrobino(at)wavedivision(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Mathijs Brands <mathijs(at)ilse(dot)nl>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Alexander Klimov <ask(at)wisdom(dot)weizmann(dot)ac(dot)il>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Solaris 7 SPARC passes tests (was Re: Re: [BUGS] Tests randomly failed)
Date: 2001-03-28 11:32:33
Message-ID: 20010328033231.A27671@wavedivision.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Tue, Mar 27, 2001 at 08:08:47PM -0500, Tom Lane wrote:
> Mathijs Brands <mathijs(at)ilse(dot)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

Attachment Content-Type Size
pg_regress.patch text/plain 991 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-03-28 12:20:09 Re: Feature Request: ALTER FUNCTION (or something like that)
Previous Message Alexis Wilke 2001-03-28 10:28:45 HUGE BUG - Please fix!!!