Re: junit failure?

From: Kris Jurka <books(at)ejurka(dot)com>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: junit failure?
Date: 2003-11-17 00:42:09
Message-ID: Pine.LNX.4.33.0311161938380.22874-200000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
debug_dbmd.patch text/plain 935 bytes

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2003-11-17 00:44:22 Re: Hibernate
Previous Message Miłosz Dobrowolski 2003-11-16 22:40:06 Hibernate