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