
[ http://jira.qos.ch/browse/LBCLASSIC-223?page=com.atlassian.jira.plugin.syste... ] Ceki Gulcu commented on LBCLASSIC-223: -------------------------------------- I think the issue was due to the difference between InetAddress.getCanonincalHostName() and InetAddress.getHostname(). Problem should be fixed in http://github.com/ceki/logback/commit/c97834304
Two tests fail in latest commit 74915053db48b5e803816f8d39237cd85293273f ------------------------------------------------------------------------
Key: LBCLASSIC-223 URL: http://jira.qos.ch/browse/LBCLASSIC-223 Project: logback-classic Issue Type: Bug Environment: Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) Java version: 1.6.0_20 Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home Default locale: en_US, platform encoding: MacRoman OS name: "mac os x" version: "10.6.4" arch: "x86_64" Family: "mac" Reporter: Joern Huxhorn Assignee: Ceki Gulcu
ch.qos.logback.classic.joran.conditional.ConditionalTest.conditionalConsoleApp_IF_THEN_True (from ConditionalTest) java.lang.AssertionError: at org.junit.Assert.fail(Assert.java:91) at org.junit.Assert.assertTrue(Assert.java:43) at org.junit.Assert.assertNotNull(Assert.java:524) at org.junit.Assert.assertNotNull(Assert.java:535) at ch.qos.logback.classic.joran.conditional.ConditionalTest.conditionalConsoleApp_IF_THEN_True(ConditionalTest.java:79) ch.qos.logback.classic.turbo.ReconfigureOnChangeTest.scan_lbclassic154 (from ReconfigureOnChangeTest) java.lang.AssertionError: effective=3, expected=4 at org.junit.Assert.fail(Assert.java:91) at org.junit.Assert.assertTrue(Assert.java:43) at ch.qos.logback.classic.turbo.ReconfigureOnChangeTest.verify(ReconfigureOnChangeTest.java:181) at ch.qos.logback.classic.turbo.ReconfigureOnChangeTest.scan_lbclassic154(ReconfigureOnChangeTest.java:163) The first one seems to fail always while the second one fails sometimes.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira