Lists: | Postg롤 토토SQL |
---|
From: | Martin Pitt <martin(at)piware(dot)de> |
---|---|
To: | pgsql-ports(at)postgresql(dot)org |
Subject: | 'stats' test suite failure on s390 |
Date: | 2005-12-20 11:23:21 |
Message-ID: | 20051220112321.GE5684@piware.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-ports |
Hi PostgreSQL porters!
I noticed that the test suite on Debian's buildds fails in the 'stats'
test on s390. It works fine on all other 11 platforms. (Diff pasted below).
Any idea about this?
In case somebody wants to look at the full build logs (which include test suite
logs):
Thanks in advance and have a merry christmas!
Martin
*** ./expected/stats.out Thu Oct 6 02:29:22 2005
--- ./results/stats.out Mon Dec 12 18:29:50 2005
***************
*** 8,14 ****
SHOW stats_start_collector; -- must be on
stats_start_collector
-----------------------
! on
(1 row)
-- save counters
--- 8,14 ----
SHOW stats_start_collector; -- must be on
stats_start_collector
-----------------------
! off
(1 row)
-- save counters
***************
*** 51,57 ****
WHERE st.relname='tenk2' AND cl.relname='tenk2';
?column? | ?column? | ?column? | ?column?
----------+----------+----------+----------
! t | t | t | t
(1 row)
SELECT st.heap_blks_read + st.heap_blks_hit >= pr.heap_blks + cl.relpages,
--- 51,57 ----
WHERE st.relname='tenk2' AND cl.relname='tenk2';
?column? | ?column? | ?column? | ?column?
----------+----------+----------+----------
! f | f | f | f
(1 row)
SELECT st.heap_blks_read + st.heap_blks_hit >= pr.heap_blks + cl.relpages,
***************
*** 60,66 ****
WHERE st.relname='tenk2' AND cl.relname='tenk2';
?column? | ?column?
----------+----------
! t | t
(1 row)
-- End of Stats Test
--- 60,66 ----
WHERE st.relname='tenk2' AND cl.relname='tenk2';
?column? | ?column?
----------+----------
! f | f
(1 row)
-- End of Stats Test
--
Martin Pitt http://www.piware.de
Ubuntu Developer http://www.ubuntu.com
Debian Developer http://www.debian.org
In a world without walls and fences, who needs Windows and Gates?
From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Martin Pitt <martin(at)piware(dot)de> |
Cc: | pgsql-ports(at)postgresql(dot)org |
Subject: | Re: 'stats' test suite failure on s390 |
Date: | 2005-12-20 15:00:43 |
Message-ID: | 29052.1135090843@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | Postg롤 토토SQL |
Martin Pitt <martin(at)piware(dot)de> writes:
> I noticed that the test suite on Debian's buildds fails in the 'stats'
> test on s390. It works fine on all other 11 platforms. (Diff pasted below).
> Any idea about this?
Broken DNS on your test machine:
LOG: could not resolve "localhost": Name or service not known
LOG: disabling statistics collector for lack of working socket
regards, tom lane
From: | Martin Pitt <martin(at)piware(dot)de> |
---|---|
To: | pgsql-ports(at)postgresql(dot)org |
Subject: | Re: 'stats' test suite failure on s390 |
Date: | 2005-12-20 15:18:47 |
Message-ID: | 20051220151847.GK5684@piware.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-ports |
Hi Tom!
Tom Lane [2005-12-20 10:00 -0500]:
> Martin Pitt <martin(at)piware(dot)de> writes:
> > I noticed that the test suite on Debian's buildds fails in the 'stats'
> > test on s390. It works fine on all other 11 platforms. (Diff pasted below).
>
> > Any idea about this?
>
> Broken DNS on your test machine:
>
> LOG: could not resolve "localhost": Name or service not known
> LOG: disabling statistics collector for lack of working socket
Oh, heh, thank you! I will contact the buildd admin.
Thanks,
Martin
--
Martin Pitt http://www.piware.de
Ubuntu Developer http://www.ubuntu.com
Debian Developer http://www.debian.org
In a world without walls and fences, who needs Windows and Gates?