From: | "Mike Fowler" <mike(at)mlfowler(dot)com> |
---|---|
To: | "Dave Cramer" <pg(at)fastcrypt(dot)com> |
Cc: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Buildfarm now building but with test failures |
Date: | 2012-01-04 10:51:40 |
Message-ID: | 302a564836afaf80d96a04226707821b.squirrel@www.mlfowler.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Hi Dave,
I've noticed that the buildfarm failures have changed from jdbc-build to
jdbc-test so your work to fix the 1.4 problem appears good. The failures
for 8.4, 9.0 and 9.1 are all the same and look like so:
[junit] Testcase:
sslhostnossl8-disableGG2(org.postgresql.test.ssl.SslTest): FAILED
[junit] Exception thrown: Connection refused. Check that the hostname and
port are correct and that the postmaster is accepting TCP/IP connections.
[junit] junit.framework.AssertionFailedError: Exception thrown: Connection
refused. Check that the hostname and port are correct and that the
postmaster is accepting TCP/IP connections.
[junit] at org.postgresql.test.ssl.SslTest.driver(SslTest.java:46)
[junit] at org.postgresql.test.ssl.SslTest.runTest(SslTest.java:109)
I presume that these are failing as I have not enabled SSL in my pg build.
Unless someone corrects this presumption I will add SSL support to my
builds today.
HEAD is failing in a completely different way. A sample from the logs:
[junit] Testcase:
testCrossReference(org.postgresql.test.jdbc2.DatabaseMetaDataTest):
Caused an ERROR
[junit] ERROR: language "SQL" does not exist
[junit] org.postgresql.util.PSQLException: ERROR: language "SQL" does not
exist
[junit] at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2159)
[junit] at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1888)
[junit] at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
[junit] at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:555)
[junit] at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:403)
[junit] at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:395)
[junit] at
org.postgresql.test.jdbc2.DatabaseMetaDataTest.setUp(DatabaseMetaDataTest.java:50)
The full test logs can be viewed at
http://www.pgbuildfarm.org/cgi-bin/show_stage_log.pl?nm=piapiac&dt=2012-01-04%2005%3A00%3A01&stg=jdbc-test
and it should be noted that failures are only in the JDBC2 build, 2
optional, 3 and XA are all OK. Also this is results for 1.4, 1.5 and 1.6
did not run as 1.4 failed. I will run 1.5 and 1.6 seperately to see if
they fail.
Regards,
--
Mike Fowler
Registered Linux user: 379787
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2012-01-04 10:55:55 | Re: Buildfarm now building but with test failures |
Previous Message | Mike Fowler | 2012-01-04 10:00:09 | Re: JDBC builds broken |