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

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: teunis(at)mauve(dot)computersupportcentre(dot)com (teunis)
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] (: JDBC+(Sun ~3:pm MST) CVS :) -also question about regression tests
Date: 1998-02-02 00:35:07
Message-ID: 199802020035.TAA20477@candle.pha.pa.us
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]

You said 3-5 TIMES faster? Than 6.2.1, or last weeks source tree? Can
you give some figures. I am curious.

>
> 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?)

I get the same regression output. checkresults shows you the problems,
and it mostly error message words or rounding.

>
> =============== 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
>
>
>
>

--
Bruce Momjian
maillist(at)candle(dot)pha(dot)pa(dot)us

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-02-02 00:47:18 v6.3beta testing starting
Previous Message teunis 1998-02-02 00:16:45 (: JDBC+(Sun ~3:pm MST) CVS :) -also question about regression tests