Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB2791086F for ; Thu, 19 Dec 2013 22:30:08 +0000 (UTC) Received: (qmail 97110 invoked by uid 500); 19 Dec 2013 22:30:08 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 97087 invoked by uid 500); 19 Dec 2013 22:30:08 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 97078 invoked by uid 99); 19 Dec 2013 22:30:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Dec 2013 22:30:08 +0000 Date: Thu, 19 Dec 2013 22:30:08 +0000 (UTC) From: "Sergey Beryozkin (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CXF-5446) systests/jaxrs tests sometimes hang in CI MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-5446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13853395#comment-13853395 ] Sergey Beryozkin edited comment on CXF-5446 at 12/19/13 10:28 PM: ------------------------------------------------------------------ Hi Aki, thanks again, I'm just slightly concerned that may be we are seeing a real bug affecting the runs. There are probably hundreds of WebClient calls in other tests there and only these two hang. So it does not seem to be a test issue. I'm starting thinking of the following: - http-hc conduit is affecting it - and it can be causing the problems for two reasons, it has a bug of its own or may be because the tests or WebClient fail to release the resources properly - or there is some bug in the way new Client API is implemented. So the next step is to check if it is http-hc which causes it, I've temporarily removed its dependency, can you please, when you get a chance, update the source and run without http-hc ? I will then continue narrowing down depending on what you see. In meantime I've added an optional timeout as per your recommendation (except that is optional for now :-)), so it will let users who run builds and see the hangs get the tests running. I guess that in itself should resolve the actual issue, but may be we can trace somehow the actual cause of the problem :-) Thanks, Sergey was (Author: sergey_beryozkin): Hi Aki, thanks again, I'm nearly ready to add the timeouts, I'm just slightly concerned that nay be we are seeing a real bug affecting the runs. There are probably hundreds of WebClient calls in other tests there and only these two hang. So it does not seem to be a test issue. I'm starting thinking of the following: - http-hc conduit is affecting it - and it can be causing the problems for two reasons, it has a bug of its own or may be because the tests or WebClient fail to release the resources properly - or there is some bug in the way new Client API is implemented. So the next step is to check if it is http-hc which causes it, I've temporarily removed its dependency, can you please, when you get a chance, update the source and run without http-hc ? I will then continue narrowing down depending on what you see. In meantime I've added an optional timeout as per your recommendation (except that is optional for now :-)), so it will let users who run builds and see the hangs get the tests running. I guess that in itself should resolve the actual issue, but may be we can trace somehow the actual cause of the problem :-) 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)