Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 744CD200B16 for ; Mon, 20 Jun 2016 21:21:36 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 72DFB160A55; Mon, 20 Jun 2016 19:21:36 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E2943160A26 for ; Mon, 20 Jun 2016 21:21:35 +0200 (CEST) Received: (qmail 27261 invoked by uid 500); 20 Jun 2016 19:21:35 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 27250 invoked by uid 99); 20 Jun 2016 19:21:34 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2016 19:21:34 +0000 Received: from malagant.home.lan (x5d8089d7.dyn.telefonica.de [93.128.137.215]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 64E7C1A00D8 for ; Mon, 20 Jun 2016 19:21:34 +0000 (UTC) Subject: Re: [JCS] Failing Tests in JCS Core To: Commons Developers List References: From: Thomas Vandahl Message-ID: <433a6ff2-9874-254b-5582-9ea63148bcd0@apache.org> Date: Mon, 20 Jun 2016 21:21:38 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit archived-at: Mon, 20 Jun 2016 19:21:36 -0000 On 19.06.16 10:47, Benedikt Ritter wrote: > Hi, > > we have failing tests on Jenkins for JCS [1]. Does anybody know what caused > this? > > Regards, > Benedikt > > [1] > https://builds.apache.org/view/Apache%20Commons/job/commons-jcs/159/org.apache.commons$commons-jcs-core/console > The different systems I have access to do not show this problem. So I'm not able to reproduce it. One of the failing tests hints that there is no site-local address available in the Jenkins system, IOW no adapter exists for which inetAddr.isSiteLocalAddress() returns true. Now the question is if that actually should be subject of a library test at all because it actually tests the correctness of a system configuration and not the library. I'm tempted to remove/disable the tests. WDYT? Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org