[java-opensaml] branch maint-3.4 updated: Windows Tests: turn up logging and down expiration timeout.

Rod Widdowson rdw at steadingsoftware.com
Tue Apr 23 04:05:20 EDT 2019


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

rdw pushed a commit to branch maint-3.4
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=59da05140ab00f0c1a8b6b16563dbb089910d23a

The following commit(s) were added to refs/heads/maint-3.4 by this push:
       new  59da051   Windows Tests: turn up logging and down expiration timeout.
59da051 is described below

commit 59da05140ab00f0c1a8b6b16563dbb089910d23a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Apr 23 09:04:56 2019 +0100

    Windows Tests: turn up logging and down expiration timeout.
---
 .../src/test/java/org/opensaml/storage/StorageServiceTest.java          | 2 +-
 opensaml-storage-impl/src/test/resources/logback-test.xml               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opensaml-storage-api/src/test/java/org/opensaml/storage/StorageServiceTest.java b/opensaml-storage-api/src/test/java/org/opensaml/storage/StorageServiceTest.java
index fee097a..ded3597 100644
--- a/opensaml-storage-api/src/test/java/org/opensaml/storage/StorageServiceTest.java
+++ b/opensaml-storage-api/src/test/java/org/opensaml/storage/StorageServiceTest.java
@@ -172,7 +172,7 @@ public abstract class StorageServiceTest {
         Assert.assertEquals(o1.getValue(), o2.getValue());
         
         o2.setValue("foo");
-        o2.setExpiration(System.currentTimeMillis() + 10000);
+        o2.setExpiration(System.currentTimeMillis() + 9700);
         shared.update(o2);
         
         shared.read(o1);
diff --git a/opensaml-storage-impl/src/test/resources/logback-test.xml b/opensaml-storage-impl/src/test/resources/logback-test.xml
index 1df9adc..7d4115b 100644
--- a/opensaml-storage-impl/src/test/resources/logback-test.xml
+++ b/opensaml-storage-impl/src/test/resources/logback-test.xml
@@ -14,7 +14,7 @@
         <appender-ref ref="STDOUT" />
     </root>
     
-    <logger name="org.opensaml.storage.impl.JSONRequestScopedStorageService" level="TRACE"/>
+    <logger name="org.opensaml.storage" level="TRACE"/>
     <logger name="net.shibboleth.utilities.java.support.security.DataSealer" level="TRACE"/>
     
 </configuration>
\ No newline at end of file

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


More information about the commits mailing list