[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v0.9.18-22-g1833957

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Thu Feb 11 20:28:00 CET 2010


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  183395777e6e189e69198f24567d7d214d163f4e (commit)
      from  912a925ea5d92c45a8b6bafe7f2691fb9be155d7 (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=183395777e6e189e69198f24567d7d214d163f4e
http://github.com/ceki/logback/commit/183395777e6e189e69198f24567d7d214d163f4e

commit 183395777e6e189e69198f24567d7d214d163f4e
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Thu Feb 11 20:24:57 2010 +0100

    - increase induced delay so that
    MultiThreadedRollingTest.multiThreadedSizeBased test passes on a fast machine

diff --git a/logback-core/src/test/java/ch/qos/logback/core/rolling/MultiThreadedRollingTest.java b/logback-core/src/test/java/ch/qos/logback/core/rolling/MultiThreadedRollingTest.java
index bac049b..4e33647 100644
--- a/logback-core/src/test/java/ch/qos/logback/core/rolling/MultiThreadedRollingTest.java
+++ b/logback-core/src/test/java/ch/qos/logback/core/rolling/MultiThreadedRollingTest.java
@@ -279,7 +279,7 @@ public class MultiThreadedRollingTest {
       while (!isDone()) {
         counter++;
         rfa.doAppend(id + " " + counter);
-        if ((counter % 100 == 0) && withInducedDelay) {
+        if ((counter % 64 == 0) && withInducedDelay) {
           try {
             Thread.sleep(10);
           } catch (InterruptedException e) {

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

Summary of changes:
 .../core/rolling/MultiThreadedRollingTest.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