RE: [GENERAL] Regression test failures

Поиск
Список
Период
Сортировка
От Jonny Hinojosa
Тема RE: [GENERAL] Regression test failures
Дата
Msg-id 000301be9a35$44e2a1c0$03000004@TCA.net
обсуждение исходный текст
Ответ на RE: [GENERAL] Regression test failures  (Herouth Maoz <herouth@oumail.openu.ac.il>)
Ответы RE: [GENERAL] Regression test failures  (Herouth Maoz <herouth@oumail.openu.ac.il>)
Список 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@postgreSQL.org
[mailto:owner-pgsql-general@postgreSQL.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




В списке pgsql-general по дате отправления:

Предыдущее
От: Herouth Maoz
Дата:
Сообщение: RE: [GENERAL] Regression test failures
Следующее
От: Thomas Reinke
Дата:
Сообщение: Re: [GENERAL] PostGreSQL and LiveWire??