From: | Oliver Jowett <oliver(at)opencloud(dot)com> |
---|---|
To: | Vadim Nasardinov <vadimn(at)redhat(dot)com> |
Cc: | Kris Jurka <books(at)ejurka(dot)com>, pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: JDBC CTS 1.2.1 |
Date: | 2004-10-27 22:54:47 |
Message-ID: | 41802737.2030203@opencloud.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Vadim Nasardinov wrote:
> Before attempting to tackle the 1.3.1 suite, I tried to get 1.2.1 up
> and running. My results are as follows:
>
> PASSED: 1778
> FAILED: 510
>
> The attached report lists the names of failing tests. Do these
> numbers seem to be in the right ballpark, or am I wildly off base
> here? I haven't begun to take a closer look at failures [2] yet.
> Thought I'd ask here first.
Lots of those failures seem to be this same error:
> SVR: createString1: create table ctstable1 (TYPE_ID int, TYPE_DESC varchar(32), primary key(TYPE_ID))
> SVR-ERROR: SQLException creating ctstable2 or ctstable1 table
> SVR-ERROR: ERROR: current transaction is aborted, queries ignored until end of transaction block
> SVR: Closed the database connection
> SVR-ERROR: Setup Failed!
which looks like a setup problem of some sort rather than a real failure.
-O
From | Date | Subject | |
---|---|---|---|
Next Message | Vadim Nasardinov | 2004-10-27 22:55:03 | Re: summary of new features in JDBC 3.0 |
Previous Message | Dave Cramer | 2004-10-27 22:22:01 | Re: summary of new features in JDBC 3.0 |