Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > pgsql.interfaces.jdbc > #8
| Newsgroups | pgsql.interfaces.jdbc |
|---|---|
| Date | 2017-10-24 22:07 -0700 |
| Message-ID | <ea818597-ef4b-4e1c-8d00-ebb3e58747c3@googlegroups.com> (permalink) |
| Subject | Build pgjdbc current testsuite fails testGetTimeZone testConcurrentReplace |
| From | Jack Woehr <jwoehr@absolute-performance.com> |
Wondering if there is any way to complete the build as the test suite of current fails. Do I have the test suite set up wrong, a property not set? Any tips appreciated. dbc2.Jdbc2TestSuite testGetTimeZone(org.postgresql.test.jdbc2.TimeTest) Time elapsed: 0.018 sec <<< FAILURE! java.lang.AssertionError: expected:<00:00:00> but was:<17:00:00> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:144) at org.postgresql.test.jdbc2.TimeTest.testGetTimeZone(TimeTest.java:85) testConcurrentReplace(org.postgresql.test.jdbc2.BlobTransactionTest) Time elapsed: 0.03 sec <<< ERROR! org.postgresql.util.PSQLException: ERROR: could not access file "$libdir/lo": No such file or directory at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2482) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2195) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:305) at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:421) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:347) at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:294) at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:280) at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:257) at org.postgresql.jdbc.PgStatement.executeUpdate(PgStatement.java:237) at org.postgresql.test.jdbc2.BlobTransactionTest.setUp(BlobTransactionTest.java:58)
Back to pgsql.interfaces.jdbc | Previous | Next — Next in thread | Find similar
Build pgjdbc current testsuite fails testGetTimeZone testConcurrentReplace Jack Woehr <jwoehr@absolute-performance.com> - 2017-10-24 22:07 -0700 ANSWER Re: Build pgjdbc current testsuite fails testGetTimeZone testConcurrentReplace Jack Woehr <jwoehr@absolute-performance.com> - 2017-10-25 11:08 -0700
csiph-web