'stats' test suite failure on s390

Поиск
Список
Период
Сортировка
От Martin Pitt
Тема 'stats' test suite failure on s390
Дата
Msg-id 20051220112321.GE5684@piware.de
обсуждение исходный текст
Ответы Re: 'stats' test suite failure on s390
Список 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):

7.4.10:
http://buildd.debian.org/fetch.php?&pkg=postgresql-7.4&ver=1%3A7.4.10-2&arch=s390&stamp=1135002360&file=log&as=raw

8.1.1:
http://buildd.debian.org/fetch.php?&pkg=postgresql-8.1&ver=8.1.1-1&arch=s390&stamp=1134412415&file=log&as=raw

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?

Вложения

В списке pgsql-ports по дате отправления:

Предыдущее
От: Martin Pitt
Дата:
Сообщение: 'point' test suite failure on arm
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 'stats' test suite failure on s390