(: JDBC+(Sun ~3:pm MST) CVS :) -also question about regression tests

From: teunis <teunis(at)mauve(dot)computersupportcentre(dot)com>
To: hackers(at)postgreSQL(dot)org
Subject: (: JDBC+(Sun ~3:pm MST) CVS :) -also question about regression tests
Date: 1998-02-02 00:16:45
Message-ID: Pine.LNX.3.96.980201170247.6754A-100000@sigil.computersupportcentre.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

JDBC works
postgres works

I is happy :)
[wasn't posted so I figure I'd post]

Runs very nicely under egcs-2.91.06 FWIW...
[about 3-5 times faster than before ... though that could be postgres
improvements - and probably is]

platform : linux (I'm not posting kernel version! it doesn't matter!! :)
egcs-2.91.06 (gcc-2.8.0 with haifa scheduler + other updates)
glibc-2.0.5c from RedHat-5.0 distrib - should be stable
[but with full crypt, locale]

But : Here's output from regression tests:
Is there anything wrong with the failed tests? (is it known?)

=============== Notes... =================
postmaster must already be running for the regression tests to succeed.
The time zone is now set to PST8PDT explicitly by this regression test
client frontend. Please report any apparent problems to
ports(at)postgresql(dot)org
See regress/README for more information.

=============== destroying old regression database... =================
ERROR: destroydb: database regression does not exist.
destroydb: database destroy failed on regression.
=============== creating new regression database... =================
=============== running regression queries... =================
boolean .. ok
char .. ok
char2 .. ok
char4 .. ok
char8 .. ok
char16 .. ok
varchar .. ok
text .. ok
strings .. failed
int2 .. failed
int4 .. failed
oid .. ok
oidint2 .. failed
oidint4 .. failed
oidname .. ok
float4 .. ok
float8 .. failed
numerology .. ok
point .. ok
lseg .. ok
box .. ok
path .. ok
polygon .. ok
circle .. ok
geometry .. failed
timespan .. failed
datetime .. failed
reltime .. ok
abstime .. ok
tinterval .. ok
horology .. failed
comments .. ok
create_function_1 .. ok
create_type .. ok
create_table .. ok
create_function_2 .. ok
constraints .. ok
triggers .. failed
copy .. ok
create_misc .. ok
create_aggregate .. ok
create_operator .. ok
create_view .. ok
create_index .. ok
sanity_check .. ok
errors .. ok
select .. ok
select_into .. ok
select_distinct .. ok
select_distinct_on .. ok
aggregates .. ok
transactions .. ok
random .. failed
portals .. ok
misc .. ok
arrays .. ok
btree_index .. ok
hash_index .. ok
select_views .. failed
alter_table .. ok
portals_p2 .. ok

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-02-02 00:35:07 Re: [HACKERS] (: JDBC+(Sun ~3:pm MST) CVS :) -also question about regression tests
Previous Message The Hermit Hacker 1998-02-01 23:29:59 Re: [PATCHES] Was the jdbc patch received?