[HACKERS] buildfarm fail cardinal

2007-02-05 Thread Gevik Babakhani
Hi,

I would like to know why the test stats on pgbuildfarm/cardinal fails?

Regards,
Gevik

 xml  ... ok
test stats... FAILED
test tablespace   ... ok



---(end of broadcast)---
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate


Re: [HACKERS] buildfarm fail cardinal

2007-02-05 Thread Andrew Dunstan

Gevik Babakhani wrote:

Hi,

I would like to know why the test stats on pgbuildfarm/cardinal fails?

Regards,
Gevik

 xml  ... ok
test stats... FAILED
test tablespace   ... ok

  


If you look in the log it tells you. This looks like pilot error.

http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=cardinaldt=2007-02-05%2005:45:01 


has these lines in the section with the postmaster log:

LOG:  could not resolve localhost: Name or service not known
LOG:  disabling statistics collector for lack of working socket


cheers

andrew

---(end of broadcast)---
TIP 4: Have you searched our list archives?

  http://archives.postgresql.org


Re: [HACKERS] buildfarm fail cardinal

2007-02-05 Thread Tom Lane
Gevik Babakhani [EMAIL PROTECTED] writes:
 I would like to know why the test stats on pgbuildfarm/cardinal fails?

Looks like DNS and/or /etc/hosts misconfiguration to me:

== pgsql.10164/src/test/regress/log/postmaster.log 
===
LOG:  could not resolve localhost: Name or service not known
LOG:  disabling statistics collector for lack of working socket


regards, tom lane

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match