[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.27-17-g3bcc7b7

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Tue Jan 18 11:41:42 CET 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Logback: the generic, reliable, fast and flexible logging framework.".

The branch, master has been updated
       via  3bcc7b76ca93f073641e4e6b9f01dfbe1c73c0e9 (commit)
      from  cc3b519ef885a7e779a6c179867dc05a51de81ff (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=3bcc7b76ca93f073641e4e6b9f01dfbe1c73c0e9
http://github.com/ceki/logback/commit/3bcc7b76ca93f073641e4e6b9f01dfbe1c73c0e9

commit 3bcc7b76ca93f073641e4e6b9f01dfbe1c73c0e9
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Tue Jan 18 11:38:41 2011 +0100

    lower the bound to 60%

diff --git a/logback-core/src/test/java/ch/qos/logback/core/FileAppenderResilience_AS_ROOT_Test.java b/logback-core/src/test/java/ch/qos/logback/core/FileAppenderResilience_AS_ROOT_Test.java
index b556ea6..345e89a 100644
--- a/logback-core/src/test/java/ch/qos/logback/core/FileAppenderResilience_AS_ROOT_Test.java
+++ b/logback-core/src/test/java/ch/qos/logback/core/FileAppenderResilience_AS_ROOT_Test.java
@@ -117,7 +117,7 @@ public class FileAppenderResilience_AS_ROOT_Test {
     p.waitFor();
     // the extrernal script has the file system ready for IO 50% of the time
     double bestCase = 0.5;
-    ResilienceUtil.verify(logfileStr, "^(\\d{1,3}) x*$", NUM_STEPS, bestCase*0.7);
+    ResilienceUtil.verify(logfileStr, "^(\\d{1,3}) x*$", NUM_STEPS, bestCase*0.6);
     System.out.println("Done go");
   }
 

-----------------------------------------------------------------------

Summary of changes:
 .../core/FileAppenderResilience_AS_ROOT_Test.java  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Logback: the generic, reliable, fast and flexible logging framework.


More information about the logback-dev mailing list