gmake check runs just 13 tests instead of 77

From: "Mr OCP" <mr_ocp(at)hotmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: gmake check runs just 13 tests instead of 77
Date: 2002-11-12 20:18:13
Message-ID: F197rxTjtRpeVPOEcyh00000f21@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2002-11-12 20:55:55 Re: gmake check runs just 13 tests instead of 77
Previous Message Lonh Seng 2002-11-12 05:30:45 Re: Moving data between databases