[java-plugin-storage-jdbc] 01/06: Turn off SQL debugging on the test database

Rod Widdowson rdw at steadingsoftware.com
Sun Jun 5 14:20:02 UTC 2022


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-plugin-storage-jdbc.

View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-storage-jdbc.git;a=commit;h=ab2586dd0059dce71c03ddc8cdb7f770aa2bd474

commit ab2586dd0059dce71c03ddc8cdb7f770aa2bd474
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jun 4 14:49:06 2022 +0100

    Turn off SQL debugging on the test database
---
 .../net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageServiceTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jdbc-storage-impl/src/test/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageServiceTest.java b/jdbc-storage-impl/src/test/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageServiceTest.java
index f375c1f..83c7d17 100644
--- a/jdbc-storage-impl/src/test/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageServiceTest.java
+++ b/jdbc-storage-impl/src/test/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStorageServiceTest.java
@@ -87,7 +87,7 @@ public class JDBCStorageServiceTest extends StorageServiceTest {
     }
 
     private void setupHSSQLDB() throws ClassNotFoundException, SQLException {
-        dataSource.setUrl("jdbc:hsqldb:mem:JPAStorageService;hsqldb.sqllog=3");
+        dataSource.setUrl("jdbc:hsqldb:mem:JPAStorageService");
         dataSource.setUsername("sa");
         dataSource.setPassword("");
         try (final Connection dbConn = dataSource.getConnection()) {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list