RE: [GENERAL] Regression test failures

From: "Jonny Hinojosa" <Jonny(at)TCA(dot)net>
To: "PostgreSQL General" <pgsql-general(at)postgreSQL(dot)org>
Subject: RE: [GENERAL] Regression test failures
Date: 1999-05-09 16:01:59
Message-ID: 000301be9a35$44e2a1c0$03000004@TCA.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

*** expected/int2.out Thu Apr 15 02:02:44 1999
--- results/int2.out Sun May 9 10:52:36 1999
***************
*** 7,13 ****
QUERY: INSERT INTO INT2_TBL(f1) VALUES ('32767');
QUERY: INSERT INTO INT2_TBL(f1) VALUES ('-32767');
QUERY: INSERT INTO INT2_TBL(f1) VALUES ('100000');
! ERROR: pg_atoi: error reading "100000": Numerical result out of range
QUERY: INSERT INTO INT2_TBL(f1) VALUES ('asdf');
ERROR: pg_atoi: error in "asdf": can't parse "asdf"
QUERY: SELECT '' AS five, INT2_TBL.*;
--- 7,13 ----
QUERY: INSERT INTO INT2_TBL(f1) VALUES ('32767');
QUERY: INSERT INTO INT2_TBL(f1) VALUES ('-32767');
QUERY: INSERT INTO INT2_TBL(f1) VALUES ('100000');
! ERROR: pg_atoi: error reading "100000": Result too large
QUERY: INSERT INTO INT2_TBL(f1) VALUES ('asdf');
ERROR: pg_atoi: error in "asdf": can't parse "asdf"
QUERY: SELECT '' AS five, INT2_TBL.*;

----------------------

So, this suggests that the only reason the test failed is that the words
used in the error message are different from what was expected.

Jonny

-----Original Message-----
From: owner-pgsql-general(at)postgreSQL(dot)org
[mailto:owner-pgsql-general(at)postgreSQL(dot)org]On Behalf Of Herouth Maoz
Sent: Sunday, May 09, 1999 10:30 AM
To: Jonny Hinojosa; PostgreSQL General
Subject: RE: [GENERAL] Regression test failures

~~~~~~

Look in the config log and see if the config found them and used them.
Also, check what the particular differences in the regression tests are.
This may give you a clue as to the nature of the problem.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Reinke 1999-05-09 16:21:57 Re: [GENERAL] PostGreSQL and LiveWire??
Previous Message Bruce Momjian 1999-05-09 15:51:58 Re: [GENERAL] inet and cidr type problems