Re: junit failure? - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: junit failure?
Date
Msg-id Pine.LNX.4.33.0311161938380.22874-200000@leary.csoft.net
Whole thread Raw
In response to junit failure?  (Larry Rosenman <ler@lerctr.org>)
Responses Re: junit failure?
Re: junit failure?
List pgsql-jdbc

On Sun, 16 Nov 2003, Larry Rosenman wrote:

> On 7.4RC2 (from today's CVS, -rREL7_4_STABLE), I get:
> runtest:
>     [junit] Testsuite: org.postgresql.test.jdbc2.Jdbc2TestSuite
>     [junit] Tests run: 87, Failures: 1, Errors: 0, Time elapsed: 13.759 sec
>
>     [junit] Testcase:
> testTables(org.postgresql.test.jdbc2.DatabaseMetaDataTest):       FAILED
>     [junit] null
>     [junit] junit.framework.AssertionFailedError
>     [junit]     at
> org.postgresql.test.jdbc2.DatabaseMetaDataTest.testTables(DatabaseMetaDataT
> est.java:64)

Tough to tell what the problem is exactly.  The JDBC tests don't have the
equivalent of the main regression test's diffs that you can send around.
This test could fail if you had a table in the database you are running
this against that had a name starting with "test".  Please try out the
attached patch which adds some debug info for this particular failure.

Kris Jurka

Attachment

pgsql-jdbc by date:

Previous
From: Miłosz Dobrowolski
Date:
Subject: Hibernate
Next
From: Kris Jurka
Date:
Subject: Re: Hibernate