[JIRA] Created: (LBCORE-129) IncludeActionTest fails at unknownURL()

IncludeActionTest fails at unknownURL() --------------------------------------- Key: LBCORE-129 URL: http://jira.qos.ch/browse/LBCORE-129 Project: logback-core Issue Type: Bug Affects Versions: 0.9.18 Environment: Mac OS X 10.5.8 Reporter: Joern Huxhorn Assignee: Logback dev list Instead of an UnknownHostException the actual exception is java.io.IOException: Server returned HTTP response code: 503 for URL: http://logback2345.qos.ch -- 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/LBCORE-129?page=com.atlassian.jira.plugin.system.i... ] Joern Huxhorn commented on LBCORE-129: -------------------------------------- Workaround: unplugging the network cable while building. java.lang.AssertionError: at org.junit.Assert.fail(Assert.java:74) at org.junit.Assert.assertTrue(Assert.java:37) at org.junit.Assert.assertTrue(Assert.java:46) at ch.qos.logback.core.joran.action.IncludeActionTest.unknownURL(IncludeActionTest.java:179) Those are the exceptions contained: java.io.FileNotFoundException org.xml.sax.SAXParseException java.net.MalformedURLException java.io.IOException The test checks for UnknownHostException instead. It runs correctly when I unplug my network cable: java.io.FileNotFoundException org.xml.sax.SAXParseException java.net.MalformedURLException java.net.UnknownHostException I'm running Mac OS X which is likely the cause of this problem.
IncludeActionTest fails at unknownURL() ---------------------------------------
Key: LBCORE-129 URL: http://jira.qos.ch/browse/LBCORE-129 Project: logback-core Issue Type: Bug Affects Versions: 0.9.18 Environment: Mac OS X 10.5.8 Reporter: Joern Huxhorn Assignee: Logback dev list
Instead of an UnknownHostException the actual exception is java.io.IOException: Server returned HTTP response code: 503 for URL: http://logback2345.qos.ch
-- 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/LBCORE-129?page=com.atlassian.jira.plugin.system.i... ] Ceki Gulcu resolved LBCORE-129. ------------------------------- Fix Version/s: 0.9.19 Resolution: Fixed Fixed in http://github.com/ceki/logback/commit/8381bae9d2899def
IncludeActionTest fails at unknownURL() ---------------------------------------
Key: LBCORE-129 URL: http://jira.qos.ch/browse/LBCORE-129 Project: logback-core Issue Type: Bug Affects Versions: 0.9.18 Environment: Mac OS X 10.5.8 Reporter: Joern Huxhorn Assignee: Logback dev list Fix For: 0.9.19
Instead of an UnknownHostException the actual exception is java.io.IOException: Server returned HTTP response code: 503 for URL: http://logback2345.qos.ch
-- 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)