sebastian-nagel commented on PR #862:
URL: https://github.com/apache/nutch/pull/862#issuecomment-3276268650
It's not `TestSlashURLNormalizer` but one of the HTTP protocol tests which
is hanging:
```
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep([email protected]/Native Method)
at
org.apache.nutch.protocol.AbstractHttpProtocolPluginTest.launchServer(AbstractHttpProtocolPluginT
est.java:208)
at
org.apache.nutch.protocol.AbstractHttpProtocolPluginTest.launchServer(AbstractHttpProtocolPluginT
est.java:227)
at
org.apache.nutch.protocol.httpclient.TestProtocolHttpClient.testNoPreemptiveAuth(TestProtocolHttp
Client.java:112)
```
Other HTTP protocol tests are failing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]