Buildfarm now building but with test failures

Поиск
Список
Период
Сортировка
От Mike Fowler
Тема Buildfarm now building but with test failures
Дата
Msg-id 302a564836afaf80d96a04226707821b.squirrel@www.mlfowler.com
обсуждение исходный текст
Ответы Re: Buildfarm now building but with test failures  (Dave Cramer <pg@fastcrypt.com>)
Re: Buildfarm now building but with test failures  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Mike Fowler"
Дата:
Сообщение: Re: JDBC builds broken
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Buildfarm now building but with test failures