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 2478410581 for ; Wed, 19 Mar 2014 06:49:46 +0000 (UTC) Received: (qmail 45009 invoked by uid 500); 19 Mar 2014 06:49:45 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 44779 invoked by uid 500); 19 Mar 2014 06:49:44 -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 44748 invoked by uid 99); 19 Mar 2014 06:49:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2014 06:49:43 +0000 Date: Wed, 19 Mar 2014 06:49:43 +0000 (UTC) From: "Anoop Sam John (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10787) TestHCM#testConnection* take too long 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-10787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13940247#comment-13940247 ] Anoop Sam John commented on HBASE-10787: ---------------------------------------- Looks good. > TestHCM#testConnection* take too long > ------------------------------------- > > Key: HBASE-10787 > URL: https://issues.apache.org/jira/browse/HBASE-10787 > Project: HBase > Issue Type: Task > Reporter: Ted Yu > Assignee: Ted Yu > Priority: Minor > Attachments: 10787-v1.txt > > > TestHCM#testConnectionClose takes more than 5 minutes on Apache Jenkins. > The test can be shortened when retry count is lowered. > On my Mac, for TestHCM#testConnection* (two tests) > without patch: > {code} > Running org.apache.hadoop.hbase.client.TestHCM > 2014-03-18 15:46:57.695 java[71368:1203] Unable to load realm info from SCDynamicStore > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 242.2 sec > {code} > with patch: > {code} > Running org.apache.hadoop.hbase.client.TestHCM > 2014-03-18 15:40:44.013 java[71184:1203] Unable to load realm info from SCDynamicStore > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 100.465 sec > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)