example.com is a legal DNS name. It is A record is 93.184.216.34.

Were you offline?
Using an unusual DNS resolver?
Has you ISP intercepted teh DBN request to be "helpful"?

    Andy

On 05/10/2019 09:12, Brian McBride wrote:
I am getting test failures when building jena-arq on the master branch and also previous releases going way back.  So presumably something wrong with my setup.

The test is trying to to access http://example.com:40000.

Please can anyone offer any guidance?

Build command: mvn clean package -Pdev

The errors are when build jena-arq

[[

[INFO] Running org.apache.jena.sparql.engine.TS_Engine
[ERROR] Tests run: 77, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 8.288 s <<< FAILURE! - in org.apache.jena.sparql.engine.TS_Engine [ERROR] testNumericTimeout(org.apache.jena.sparql.engine.http.TestService) Time elapsed: 0.089 s  <<< FAILURE! java.lang.AssertionError: Expected SocketException or ConnectTimeoutException, instead got: java.net.UnknownHostException example.com: Name or service not known     at org.apache.jena.sparql.engine.http.TestService.testNumericTimeout(TestService.java:79)

[ERROR] testStringTimeout2(org.apache.jena.sparql.engine.http.TestService) Time elapsed: 0.002 s  <<< FAILURE! java.lang.AssertionError: Expected SocketException or ConnectTimeoutException, instead got: java.net.UnknownHostException example.com     at org.apache.jena.sparql.engine.http.TestService.testStringTimeout2(TestService.java:134)

[ERROR] testStringTimeout(org.apache.jena.sparql.engine.http.TestService) Time elapsed: 0.002 s  <<< FAILURE! java.lang.AssertionError: Expected SocketException or ConnectTimeoutException, instead got: java.net.UnknownHostException example.com     at org.apache.jena.sparql.engine.http.TestService.testStringTimeout(TestService.java:107)

]]

Ubuntu 18.04

Maven: 3.6.0

Java 8


Reply via email to