Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7B6D61766A for ; Mon, 26 Jan 2015 19:44:18 +0000 (UTC) Received: (qmail 63497 invoked by uid 500); 26 Jan 2015 19:44:18 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 63433 invoked by uid 500); 26 Jan 2015 19:44:18 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 63422 invoked by uid 99); 26 Jan 2015 19:44:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jan 2015 19:44:17 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of uwe@thetaphi.de designates 85.25.204.22 as permitted sender) Received: from [85.25.204.22] (HELO mail.sd-datasolutions.de) (85.25.204.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jan 2015 19:43:53 +0000 Received: from VEGA (unknown [IPv6:2001:1a80:2b02:aa01:8e70:5aff:fed1:75a4]) by mail.sd-datasolutions.de (Postfix) with ESMTPSA id 9BB1616F80325 for ; Mon, 26 Jan 2015 19:42:16 +0000 (UTC) X-NSA-Greeting: Dear NSA, have fun with reading and analyzing this e-mail! From: "Uwe Schindler" To: References: In-Reply-To: Subject: RE: Why would test timeout not kick in...? Date: Mon, 26 Jan 2015 20:42:16 +0100 Message-ID: <006101d039a0$309731b0$91c59510$@thetaphi.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQIgYM3k0d0DgQtTNPLPncywQSHFaJwyfefw Content-Language: de X-Virus-Checked: Checked by ClamAV on apache.org Hi, This happens in most cases under OOM situations. In that case the test = runner loses control and is unable to shut down. In this case it could = be something different, because you still see a "test method" in the = hearbeat. On OOM situations in most cases you see just the test case = name and no method. We have that quite often with Solr tests on = Policeman Jenkins, too. If you want to be sure that a build is aborted, = you can also set a maximum timeout for the whole build in Jenkins. = Jenkins will then "kill -9" the whole process structure it launched. = Please note that Jenkins measures the whole build time, so give enough = buffer. Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: uwe@thetaphi.de > -----Original Message----- > From: Michael McCandless [mailto:lucene@mikemccandless.com] > Sent: Monday, January 26, 2015 7:10 PM > To: Lucene/Solr dev > Subject: Why would test timeout not kick in...? >=20 > This test (TestCompressingTermVectorsFormat.testClone) just kept > HEARTBEAT-ing for 2 days: >=20 > http://build-eu- > 00.elasticsearch.org/job/lucene_linux_java8_64_test_only/26953/console >=20 > The test class / super classes are not annotated with longer timeouts = ... >=20 > Shouldn't it have timed out at 7200 seconds? >=20 > Mike McCandless >=20 > http://blog.mikemccandless.com >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For = additional > commands, e-mail: dev-help@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org