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 |
Thread: | |
Lists: | Postg스포츠 토토 |
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 | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-12-20 15:00:43 | Re: 'stats' test suite failure on s390 |
Previous Message | Martin Pitt | 2005-12-20 11:18:55 | 'point' test suite failure on arm |