[ https://issues.apache.org/jira/browse/ANY23-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16785099#comment-16785099 ]
Hudson commented on ANY23-427: ------------------------------ SUCCESS: Integrated in Jenkins build Any23-trunk #1664 (See [https://builds.apache.org/job/Any23-trunk/1664/]) ANY23-427 http://semanticweb.org/ down causes tests to fail (lewis.mcgibbney: rev 9fdeb1739ea694238b1a84a396464fe980a95ded) * (edit) service/src/test/java/org/apache/any23/servlet/ServletTest.java ANY23-427 http://semanticweb.org/ down causes tests to fail (lewis.mcgibbney: rev d278fda55e79647ec463b858c2c7fcb011e1f63c) * (edit) service/src/test/java/org/apache/any23/servlet/ServletTest.java > http://semanticweb.org/ down causes tests to fail > ------------------------------------------------- > > Key: ANY23-427 > URL: https://issues.apache.org/jira/browse/ANY23-427 > Project: Apache Any23 > Issue Type: Bug > Components: service > Affects Versions: 2.3 > Environment: macOS > Reporter: Liam Sharp > Assignee: Lewis John McGibbney > Priority: Major > Fix For: 2.4 > > Time Spent: 20m > Remaining Estimate: 0h > > I'm trying to build master, currently at > c83f413a4323378205c88a89fa9fa2128806358e, but get the following 3 failures > when I do "mvn clean package" > > {code:java} > 14:27:48,363 [ERROR] Failures: > 14:27:48,363 [ERROR] ServletTest.testGETwithURLEncoding:234 expected:<200> > but was:<502> > 14:27:48,363 [ERROR] ServletTest.testGETwithURLEncodingWithFragment:260 > expected:<200> but was:<502> > 14:27:48,363 [ERROR] ServletTest.testGETwithURLEncodingWithQuery:247 > expected:<200> but was:<502>{code} > > It looks like the tests are relying on [http://semanticweb.org/] being > available. These 3 tests do have a comment against them saying: "This test > has been disabled in order to avoid external resources dependencies" however > they are not disabled. They were, 1 year and 2 months ago, until the Ignore > annotation was removed in changeset 60e93a76748e53c413529409fb545e2245013639. > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)