dbTalk Databases Forums  

[BUGS] make check regression "test stats" failed

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] make check regression "test stats" failed in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mike Quinn
 
Posts: n/a

Default [BUGS] make check regression "test stats" failed - 04-26-2004 , 01:07 PM






Postgresql Version 7.4.2
Slackware 9.1
kernel 2.4.26

I did:

../configure
make
make check

Here is the regression.diffs file:

*** ./expected/stats.out Fri Oct 31 19:18:20 2003
--- ./results/stats.out Wed Apr 21 09:41:57 2004
***************
*** 62,68 ****
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,
--- 62,68 ----
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,
***************
*** 71,77 ****
WHERE st.relname='tenk2' AND cl.relname='tenk2';
?column? | ?column?
----------+----------
! t | t
(1 row)

-- clean up
--- 71,77 ----
WHERE st.relname='tenk2' AND cl.relname='tenk2';
?column? | ?column?
----------+----------
! f | f
(1 row)

-- clean up

================================================== ====================


I also did:

make install
# and make a database and start the postmaster then
make installcheck

and got the same sort of results.

If you need anymore information let me know.


---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Reply With Quote
  #2  
Old   
Tom Lane
 
Posts: n/a

Default Re: [BUGS] make check regression "test stats" failed - 04-27-2004 , 11:45 PM






"Mike Quinn" <mquinn (AT) co (DOT) merced.ca.us> writes:
Quote:
[ $subject ]
The stats collector isn't starting, but you're not showing any evidence
to suggest why. Try looking in the postmaster log file for related
error messages.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster


Reply With Quote
  #3  
Old   
Mike Quinn
 
Posts: n/a

Default Re: [BUGS] make check regression "test stats" failed - 05-04-2004 , 12:32 AM



I found my problem. My iptables setup was not allowing UDP communication
from source 127.0.0.1 and some high port to destination 127.0.0.1 and
the same high port. Once I allowed that communication the "test stats"
was ok. I ran a diff on the postmaster log file from an "ok" run and a
"failed" run and the only difference was the date/time, so there was no
indication there of this type of problem there.

Thanks,
Mike Quinn


Quote:
Tom Lane <tgl (AT) sss (DOT) pgh.pa.us> 4/27/04 9:38:58 PM
"Mike Quinn" <mquinn (AT) co (DOT) merced.ca.us> writes:
[ $subject ]
The stats collector isn't starting, but you're not showing any
evidence
to suggest why. Try looking in the postmaster log file for related
error messages.

regards, tom lane


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.