
Branch: refs/heads/1.0.x Home: https://github.com/qos-ch/logback Commit: 7b169f841f9845436c8382facc83543f21801039 https://github.com/qos-ch/logback/commit/7b169f841f9845436c8382facc83543f218... Author: Tony Trinh <tony19@gmail.com> Date: 2013-09-08 (Sun, 08 Sep 2013) Changed paths: M logback-classic/src/main/groovy/ch/qos/logback/classic/gaffer/ConfigurationDelegate.groovy M logback-classic/src/main/groovy/ch/qos/logback/classic/gaffer/GafferConfigurator.groovy Log Message: ----------- Revert "Merge pull request #124 from dstine/logback-debug" This reverts commit bd88d3ed580a4f60dc54c3293eb42aee5ea73148, reversing changes made to 79a410f919fd5e3dc66fa1e6cf7ebb945c27a80f. Commit: 30568ad89f3dbd549db07a89b22405da9fc06958 https://github.com/qos-ch/logback/commit/30568ad89f3dbd549db07a89b22405da9fc... Author: Tony Trinh <tony19@gmail.com> Date: 2013-09-14 (Sat, 14 Sep 2013) Changed paths: M logback-classic/src/test/java/ch/qos/logback/classic/pattern/ExtendedThrowableProxyConverterTest.java M logback-classic/src/test/java/ch/qos/logback/classic/pattern/RootCauseFirstThrowableProxyConverterTest.java Log Message: ----------- Fix ThrowableProxy unit tests Modified the regex patterns in RootCauseFirstThrowableProxyTest and ExtendedThrowableProxyTest to find any packaging info in the throwable's stack trace, including inexact matches. On Cloudbees Jenkins, these tests were failing because they were looking for an exact match of the JUnit package but only found an inexact one. (cherry picked from commit dcfb0a056f3e084d8395b33f4d4acdb5d7ea7dba) Commit: 5576df5ba9cfc2403ef4df912c4a942d798c6c6c https://github.com/qos-ch/logback/commit/5576df5ba9cfc2403ef4df912c4a942d798... Author: leonardossz <leonardossz@gmail.com> Date: 2013-09-14 (Sat, 14 Sep 2013) Changed paths: M logback-core/src/test/java/ch/qos/logback/core/recovery/ResilientOutputStreamTest.java Log Message: ----------- Merge pull request #148 from leonardossz:fix-LOGBACK-842 fix for LOGBACK-842 (cherry picked from commit 9ff887679130d112382c5985367fda412fa01dff) Commit: a0f2102ecac6f4bbc754c1a3e0b5cb16b778ec93 https://github.com/qos-ch/logback/commit/a0f2102ecac6f4bbc754c1a3e0b5cb16b77... Author: Tony Trinh <tony19@gmail.com> Date: 2013-09-14 (Sat, 14 Sep 2013) Changed paths: M logback-classic/src/test/java/ch/qos/logback/classic/spi/PackagingDataCalculatorTest.java Log Message: ----------- Be extra lenient for non-Sun JDK perf tests The slack factor for non-Sun JDK performance test in PackagingDataCalculatorTest was not lenient enough for the small virtual nodes on Cloudbees Jenkins. Some people were also reporting test failures here by a few percentage points (on their slow development machines). Bump slack factor from 10 to 15 (cherry picked from commit 841d22aea4232777ad57d8174341495c792a4d7e) Commit: 053a00b5542ad42721444b00aa65b5a2517bf85f https://github.com/qos-ch/logback/commit/053a00b5542ad42721444b00aa65b5a2517... Author: Tony Trinh <tony19@gmail.com> Date: 2013-09-14 (Sat, 14 Sep 2013) Changed paths: M logback-core/src/test/java/ch/qos/logback/core/recovery/RecoveryCoordinatorTest.java Log Message: ----------- Fix RecoveryCoordinatorTest Use new instance of RecoveryCoordinator in each test. Otherwise, the timestamp of the next call to isTooSoon() could happen well after the backoff threshold on slow machines (such as small nodes on Cloudbees Jenkins), causing false test failures. This also renames and refines the individual tests. (cherry picked from commit 409ba25961d40b4a6f7268ea596190a1abd4b935) Compare: https://github.com/qos-ch/logback/compare/bd88d3ed580a...053a00b5542a