Re: Random make check failures

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Steve Nicolai <snicolai(at)mac(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Random make check failures
Date: 2001-03-26 05:40:04
Message-ID: 22359.985585204@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Steve Nicolai <snicolai(at)mac(dot)com> writes:
> I'm seeing random failures in the parallel tests run by
> "make check". Sometimes (40% or so) all tests will succeed.
> The rest of the time, I will get one or more failures.

> The specific failures are connection failures:

> ! psql: connectDBStart() -- connect() failed: Connection refused
> ! Is the postmaster running locally
> ! and accepting connections on Unix socket '/tmp/.s.PGSQL.65432'?

> I'm running on Solaris 8, with the 2nd update installed.

We've heard reports that this goes away if you tweak the pg_regress
script to use TCP rather than Unix-socket connections (look for the
bit that forces unix_sockets=no). Nobody seems to have any idea why
Solaris has a problem with Unix-socket connections ...

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-03-26 06:15:02 Re: docs toolchain appears broke?
Previous Message Tom Lane 2001-03-26 05:16:35 Re: Re: Vaccuum Failure w/7.1beta4 on Linux/Sparc -- FALSE ALARM