[JIRA] Created: (LBCLASSIC-223) Two tests fail in latest commit 74915053db48b5e803816f8d39237cd85293273f

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: Logback dev list 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

[ http://jira.qos.ch/browse/LBCLASSIC-223?page=com.atlassian.jira.plugin.syste... ] Ceki Gulcu reassigned LBCLASSIC-223: ------------------------------------ Assignee: Ceki Gulcu (was: Logback dev list)
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

[ http://jira.qos.ch/browse/LBCLASSIC-223?page=com.atlassian.jira.plugin.syste... ] Ceki Gulcu commented on LBCLASSIC-223: -------------------------------------- Commit 74915053db.. renabled testing in logback. Here is the relevant commit message: In commit 459e776d0ad4954ca36ee26210339ccf61f96f96 dated June 14th 2010 all tests in logback-classic were disabled. Re-enabling them. I will still look into this report though.
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

[ http://jira.qos.ch/browse/LBCLASSIC-223?page=com.atlassian.jira.plugin.syste... ] Joern Huxhorn commented on LBCLASSIC-223: ----------------------------------------- We are building Logback in our in-house Hudson. The latest info looks like this: 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) Failing for the past 15 builds (since Sep 16, 2010 7:55:58 AM) 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.gscan1(ReconfigureOnChangeTest.java:147) Failing for the past 2 builds (since Oct 14, 2010 9:38:12 PM) Hope that helps and thanks for taking a look into this. This might be mac-related.
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

[ http://jira.qos.ch/browse/LBCLASSIC-223?page=com.atlassian.jira.plugin.syste... ] Ceki Gulcu commented on LBCLASSIC-223: -------------------------------------- What is the host name of the machine where you run the tests?
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

[ http://jira.qos.ch/browse/LBCLASSIC-223?page=com.atlassian.jira.plugin.syste... ] Joern Huxhorn commented on LBCLASSIC-223: ----------------------------------------- Hostname is (now please don't laugh ;)) MordMac.local
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

[ http://jira.qos.ch/browse/LBCLASSIC-223?page=com.atlassian.jira.plugin.syste... ] Ceki Gulcu commented on LBCLASSIC-223: -------------------------------------- I have modified conditionalConsoleApp_IF_THEN_True to output the value it uses for the aHost property. It would be helpful if you could run the test with this latest version, capture the output and send it here. MordMac.local. I should have guessed. I was thinking of naming one of our planned logback-based products as logback-mordor, and only a few minutes ago. What a coincidence!
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

[ http://jira.qos.ch/browse/LBCLASSIC-223?page=com.atlassian.jira.plugin.syste... ] Joern Huxhorn commented on LBCLASSIC-223: ----------------------------------------- Output is: In conditionalConsoleApp_IF_THEN_True, setting property aHost as [10.200.54.17] Strangely enough, the other test failed with java.lang.AssertionError: effective=3, expected=5 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.scan1(ReconfigureOnChangeTest.java:133) i.e. at a different location with different numbers. Mord is German for Murder. It's named like this since it's a killer machine (at least it was), MacPro. ;)
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

[ http://jira.qos.ch/browse/LBCLASSIC-223?page=com.atlassian.jira.plugin.syste... ] Joern Huxhorn commented on LBCLASSIC-223: ----------------------------------------- You should now receive emails from hudson, unfortunately you can't access the info, though. :p The server is in our local network. Let me know if this is ok with you/helps.
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

[ 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

[ http://jira.qos.ch/browse/LBCLASSIC-223?page=com.atlassian.jira.plugin.syste... ] Joern Huxhorn commented on LBCLASSIC-223: ----------------------------------------- Yep, it's fixed. Interestingly, both tests are fixed by just one line. oO
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

[ http://jira.qos.ch/browse/LBCLASSIC-223?page=com.atlassian.jira.plugin.syste... ] Ceki Gulcu resolved LBCLASSIC-223. ---------------------------------- Resolution: Cannot Reproduce Fixed as reported by Joern
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
participants (2)
-
Ceki Gulcu (JIRA)
-
Joern Huxhorn (JIRA)