[
https://issues.apache.org/jira/browse/CXF-5446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13853921#comment-13853921
]
Sergey Beryozkin commented on CXF-5446:
---------------------------------------
Hi Aki,
We are definitely making some progress here :-), great.
Lets try to narrow down it further, I'm still not 100% sure it is the http-hc
which is at fault, it may be to do with the test code not calling WebClient
close which would cleanup what conduit state which might be there, or it may be
the actual async processing model in the http-hc which is brittle,
So what I've done: I've re-enabled the dependency but disabled all the tests
which stress the http-hc asynchronous part.
If we see the tests not hanging after that then we have a high probability it
is the http-hc async mode and we can try to narrow down further. If they do
hang again then it might be a conduit cleanup issue.
Give it a try please with the latest trunk :-)
Thanks, Sergey
> systests/jaxrs tests sometimes hang in CI
> -----------------------------------------
>
> Key: CXF-5446
> URL: https://issues.apache.org/jira/browse/CXF-5446
> Project: CXF
> Issue Type: Bug
> Reporter: Kevin Earls
> Priority: Minor
> Labels: test
> Attachments: CXF-5446.patch
>
>
> I've seen at least the following 2 tests hang
> JAXRS20ClientServerBookTest
> JAXRSAsyncClientTest
> I will attach a patch which adds timeouts
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)