Обсуждение: 'stats' test suite failure on s390

Поиск
Список
Период
Сортировка

'stats' test suite failure on s390

От
Martin Pitt
Дата:
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?

Вложения

Re: 'stats' test suite failure on s390

От
Tom Lane
Дата:
Martin Pitt <martin@piware.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

Re: 'stats' test suite failure on s390

От
Martin Pitt
Дата:
Hi Tom!

Tom Lane [2005-12-20 10:00 -0500]:
> Martin Pitt <martin@piware.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?

Вложения