gmake check runs just 13 tests instead of 77 - Mailing list pgsql-admin

From Mr OCP
Subject gmake check runs just 13 tests instead of 77
Date
Msg-id F197rxTjtRpeVPOEcyh00000f21@hotmail.com
Whole thread Raw
Responses Re: gmake check runs just 13 tests instead of 77  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: gmake check runs just 13 tests instead of 77  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Hi

I am testing the beta 5 version of 7.3, by using make check under solaris 7
and 8 and it runs just 13 tests as against 77 tests as indicated in the
README.regression, I dont get any errors on the screen:

/bin/sh ./pg_regress --temp-install --top-builddir=../../..
--schedule=./parallel_schedule --multibyte=SQL_ASCII
============== removing existing temp installation    ==============
============== creating temporary installation        ==============
============== initializing database system           ==============
============== starting postmaster                    ==============
running on port 65432 with pid 4772
============== creating database "regression"         ==============
CREATE DATABASE
ALTER DATABASE
============== dropping regression test user accounts ==============
============== installing PL/pgSQL                    ==============
============== running regression test queries        ==============
parallel group (13 tests):  text int2 boolean int8 float4 int4 char name
varchar oid float8 bit numeric
     boolean              ... ok
     char                 ... ok
     name                 ... ok
     varchar              ... ok
     text                 ... ok
     int2                 ... ok
     int4                 ... ok
     int8                 ... ok
     oid                  ... ok
     float4               ... ok
     float8               ... ok
     bit                  ... ok
     numeric              ... ok
============== shutting down postmaster               ==============

======================
All 13 tests passed.
======================

However I see the following errors in postmaster.log

LOG:  database system was shut down at 2002-11-12 20:06:41 GMT
LOG:  checkpoint record is at 0/849D78
LOG:  redo record is at 0/849D78; undo record is at 0/0; shutdown TRUE
LOG:  next transaction id: 480; next oid: 16976
LOG:  database system is ready
ERROR:  DROP GROUP: group "regressgroup1" does not exist
ERROR:  pg_atoi: error in "34.5": can't parse ".5"
ERROR:  pg_atoi: error reading "100000": Numerical result out of range
ERROR:  pg_atoi: error in "asdf": can't parse "asdf"
ERROR:  value too long for type character(1)
ERROR:  Bad boolean external representation 'XXX'
ERROR:  value too long for type character varying(1)
ERROR:  oidin: error in "asdfasd": can't parse "asdfasd"
ERROR:  oidin: error in "99asdfasd": can't parse "asdfasd"
ERROR:  value too long for type character(4)
ERROR:  value too long for type character varying(4)
ERROR:  pg_atoi: error in "34.5": can't parse ".5"
ERROR:  pg_atoi: error reading "1000000000000": Numerical result out of
range
ERROR:  pg_atoi: error in "asdf": can't parse "asdf"
ERROR:  Bad float4 input format -- overflow
ERROR:  Bad float4 input format -- overflow
ERROR:  Bad float4 input format -- underflow
ERROR:  Bad float4 input format -- underflow
ERROR:  Bit string length 2 does not match type BIT(11)
ERROR:  Bit string length 12 does not match type BIT(11)
ERROR:  float4div: divide by zero error
ERROR:  Bit string too long for type BIT VARYING(11)
ERROR:  Bad float8 input format -- overflow
ERROR:  pow() result is out of range
ERROR:  can't take log of zero
ERROR:  can't take log of a negative number
ERROR:  exp() result is out of range
ERROR:  float8div: divide by zero error
ERROR:  Input '10e400' is out of range for float8
ERROR:  Input '-10e400' is out of range for float8
ERROR:  Input '10e-400' is out of range for float8
ERROR:  Input '-10e-400' is out of range for float8
ERROR:  Cannot AND bit strings of different sizes
ERROR:  Cannot OR bit strings of different sizes
ERROR:  Cannot XOR bit strings of different sizes
ERROR:  overflow on numeric ABS(value) >= 10^0 for field with precision 4
scale 4
ERROR:  overflow on numeric ABS(value) >= 10^0 for field with precision 4
scale 4
LOG:  smart shutdown request
LOG:  shutting down

Please comment
Thanks
Khat

_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8.
http://join.msn.com/?page=features/junkmail


pgsql-admin by date:

Previous
From: "Lonh Seng"
Date:
Subject: Re: Moving data between databases
Next
From: Tom Lane
Date:
Subject: Re: gmake check runs just 13 tests instead of 77