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 1975E9C0A for ; Thu, 23 Aug 2012 08:55:45 +0000 (UTC) Received: (qmail 3030 invoked by uid 500); 23 Aug 2012 08:55:43 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 2923 invoked by uid 500); 23 Aug 2012 08:55:43 -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 2687 invoked by uid 99); 23 Aug 2012 08:55:43 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2012 08:55:43 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1C91B2C0917 for ; Thu, 23 Aug 2012 08:55:43 +0000 (UTC) Date: Thu, 23 Aug 2012 19:55:43 +1100 (NCT) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <1904281941.4602.1345712143117.JavaMail.jiratomcat@arcas> In-Reply-To: <1988473129.38460.1345611758477.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-6632) [0.92 UNIT TESTS] testCreateTableRPCTimeOut sets rpc timeout to 1500ms and leaves it (testHundredsOfTable fails w/ 1500ms timeout) 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-6632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13440145#comment-13440145 ] Hudson commented on HBASE-6632: ------------------------------- Integrated in HBase-0.92-security #116 (See [https://builds.apache.org/job/HBase-0.92-security/116/]) HBASE-6632 [0.92 UNIT TESTS] testCreateTableRPCTimeOut sets rpc timeout to 1500ms and leaves it (testHundredsOfTable fails w/ 1500ms timeout) (Revision 1375899) Result = FAILURE stack : Files : * /hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/client/TestAdmin.java > [0.92 UNIT TESTS] testCreateTableRPCTimeOut sets rpc timeout to 1500ms and leaves it (testHundredsOfTable fails w/ 1500ms timeout) > ---------------------------------------------------------------------------------------------------------------------------------- > > Key: HBASE-6632 > URL: https://issues.apache.org/jira/browse/HBASE-6632 > Project: HBase > Issue Type: Bug > Reporter: stack > Assignee: stack > Fix For: 0.92.2, 0.94.2 > > Attachments: 6632-trunk.txt, 6632.txt > > > I see that in 0.92 #502 and #501 that TestAdmin.testHundredsOfTable fails because socket times out after 1500ms. I see in TestAdmin that before this test runs, testCreateTableRPCTimeOut sets the socket timeout to 1500 and then does not set it back. Maybe the obnoxious testHundredsOfTable will pass more often if it has the default rpc timeout. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira