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

Поиск
Список
Период
Сортировка
От Rick Robino
Тема Re: Solaris 7 SPARC passes tests (was Re: Re: [BUGS] Tests randomly failed)
Дата
Msg-id 20010328033231.A27671@wavedivision.com
обсуждение исходный текст
Ответ на Re: Solaris 7 SPARC passes tests (was Re: Re: [BUGS] Tests randomly failed)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> 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


Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Gilmour Rankoe"
Дата:
Сообщение: drivers for postgresql
Следующее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: Re: [SQL] possible row locking bug in 7.0.3 & 7.1