Date: prev next · Thread: first prev next last
2018 Archives by date, by thread · List index


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...

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.