[java-plugin-storage-jdbc] branch main updated: JJDBC-11 Nightly Build failed

Rod Widdowson rdw at steadingsoftware.com
Mon Jul 18 15:26:12 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=f21b5add614ef5ad0458da2d3346ba7caac367f2

The following commit(s) were added to refs/heads/main by this push:
     new f21b5ad  JJDBC-11 Nightly Build failed
f21b5ad is described below

commit f21b5add614ef5ad0458da2d3346ba7caac367f2
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jul 18 15:02:46 2022 +0100

    JJDBC-11 Nightly Build failed
    
    https://shibboleth.atlassian.net/browse/JJDBC-11
    
    Turn off cleanup for the JPAStorageService in the mixed test.
---
 jdbc-storage-impl/src/test/resources/mixed.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/jdbc-storage-impl/src/test/resources/mixed.xml b/jdbc-storage-impl/src/test/resources/mixed.xml
index 18cf14a..57bccdf 100644
--- a/jdbc-storage-impl/src/test/resources/mixed.xml
+++ b/jdbc-storage-impl/src/test/resources/mixed.xml
@@ -29,7 +29,7 @@
        p:jpaDialect-ref="dialect" />
     
     <bean id="JPAStorageService" class="org.opensaml.storage.impl.JPAStorageService"
-        p:cleanupInterval="PT5S"
+        p:cleanupInterval="0"
         p:transactionRetry="4"
         c:factory-ref="entityManagerFactory" />
  
@@ -40,7 +40,6 @@
 
     <bean id="JDBCStorageService" class="net.shibboleth.plugin.storage.jdbc.impl.JDBCStorageService"
           p:dataSource-ref="dataSource"
-          p:transactionIsolation="4"
           p:cleanupInterval="PT5S"
           p:localLocking="false" />
 

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


More information about the commits mailing list