Re: Re: Call for platforms
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: The Hermit Hacker <scrappy@hub.org>
Cc: lockhart@fourpalms.org, Hackers List <pgsql-hackers@postgresql.org>
Date: 2001-03-22T17:49:39Z
Lists: pgsql-hackers
The Hermit Hacker <scrappy@hub.org> writes: >> These are parallel tests right? What's the failure diffs? > same as last time: > dragon:/home/centre/marc/src/postgresql-7.1RC1/src/test/regress> more > results/opr_sanity.out > psql: connectDBStart() -- connect() failed: Connection refused > Is the postmaster running locally > and accepting connections on Unix socket '/tmp/.s.PGSQL.65432'? See Peter's comment elsewhere that he doesn't think Solaris handles Unix socket connections very well. Try patching pg_regress to force unix_sockets=no. > and yet another run (and different results): > ================================================= > 1 of 76 tests failed, 1 failed test(s) ignored. > ================================================= That's just ye olde random "random" failure ... regards, tom lane