Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-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 A0FE6105DF for ; Fri, 24 Jan 2014 19:11:43 +0000 (UTC) Received: (qmail 869 invoked by uid 500); 24 Jan 2014 19:11:39 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 778 invoked by uid 500); 24 Jan 2014 19:11:38 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 759 invoked by uid 99); 24 Jan 2014 19:11:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jan 2014 19:11:38 +0000 Date: Fri, 24 Jan 2014 19:11:38 +0000 (UTC) From: "Nicolas Liochon (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10410) On some JREs, hbase-server is failing due to "timeout" without any test actually timing out 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/HBASE-10410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13881323#comment-13881323 ] Nicolas Liochon commented on HBASE-10410: ----------------------------------------- bq. Hmm The syntax changed in surefire :-) bq. surefire 2.16 seemed to result in tests not finishing? Yeah, exactly. It seems to be an HBase regression actually, but I'm waiting for the 2.17 to try again. In 2.15 and previous, the bugs were in surefire itself. > On some JREs, hbase-server is failing due to "timeout" without any test actually timing out > ------------------------------------------------------------------------------------------- > > Key: HBASE-10410 > URL: https://issues.apache.org/jira/browse/HBASE-10410 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.0 > Reporter: Andrew Purtell > > This is frustrating. On some JREs (Java 7) I am seeing hbase-server fail due to timeout, without any test actually reporting a timeout. This StackOverflow answer talks about how JUnit < 4.12-SNAPSHOT may report a timeout if the test throws an InterruptedException: http://stackoverflow.com/questions/17016011/junit-test-times-out-despite-executing-quickly Those happen at various points when shutting down the minicluster. We may be letting one escape. -- This message was sent by Atlassian JIRA (v6.1.5#6160)