libreoffice 6.1.0.0.beta1 failing hsqldb test

Rene Engelhard rene at debian.org
Sun Jun 10 12:30:06 UTC 2018


Hi,

On Wed, May 30, 2018 at 04:33:41PM +0200, Tomáš Chvátal wrote:
>    [ 5578s] unknown:0:HsqlBinaryImportTest::testBinaryImport
>    [ 5578s] An uncaught exception of type com.sun.star.sdbc.SQLException
>    [ 5578s] - The connection to the external data source could not be
>    established. No SDBC driver was found for the URL 'sdbc:embedded:hsqldb'.
>    [ 5578s] 
>    [ 5578s] HsqlBinaryImportTest::testBinaryImport finished in: 125ms
>    [ 5578s] ##Failure Location unknown## : Error
>    [ 5578s] Test name: HsqlBinaryImportTest::testBinaryImport
>    [ 5578s] An uncaught exception of type com.sun.star.sdbc.SQLException
>    [ 5578s] - The connection to the external data source could not be
>    established. No SDBC driver was found for the URL 'sdbc:embedded:hsqldb'.

Yeah, I get that too.

https://gerrit.libreoffice.org/#/c/55551/ aka

diff --git a/dbaccess/CppunitTest_dbaccess_hsqlbinary_import.mk b/dbaccess/CppunitTest_dbaccess_hsqlbinary_import.mk
index b23e4801f234..d203bf3c1be1 100644
--- a/dbaccess/CppunitTest_dbaccess_hsqlbinary_import.mk
+++ b/dbaccess/CppunitTest_dbaccess_hsqlbinary_import.mk
@@ -69,7 +69,8 @@ $(eval $(call gb_CppunitTest_use_components,dbaccess_hsql_binary_import,\
     basic/util/sb \
     comphelper/util/comphelp \
     configmgr/source/configmgr \
-    connectivity/source/drivers/firebird/firebird_sdbc \
+    connectivity/source/drivers/hsqldb/hsqldb \
+    $(if $(ENABLE_FIREBIRD_SDBC),connectivity/source/drivers/firebird/firebird_sdbc) \
     connectivity/source/manager/sdbc2 \
     dbaccess/util/dba \
     dbaccess/util/dbu \

fixes this, but then I run into

unknown:0:HsqlBinaryImportTest::testBinaryImport
An uncaught exception of type com.sun.star.sdbc.SQLException
- The connection to the external data source could not be established. An unknown error occurred. The driver is probably defective.

HsqlBinaryImportTest::testBinaryImport finished in: 1483ms
##Failure Location unknown## : Error
Test name: HsqlBinaryImportTest::testBinaryImport
An uncaught exception of type com.sun.star.sdbc.SQLException
- The connection to the external data source could not be established. An unknown error occurred. The driver is probably defective.

Failures !!!
Run: 1   Failure total: 1   Failures: 0   Errors: 1

:(

(Tried to fix this with https://gerrit.libreoffice.org/#/c/55552/ but that
didn't help.)

Regards,

Rene

P.S.: Had a bug in one patch which unfortunately effectively ignored testsuite
breaks, so I only notice this now, too...


More information about the LibreOffice mailing list