Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 88525 invoked from network); 6 Nov 2010 04:50:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Nov 2010 04:50:33 -0000 Received: (qmail 65077 invoked by uid 500); 6 Nov 2010 04:51:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 65008 invoked by uid 500); 6 Nov 2010 04:51:03 -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 64999 invoked by uid 99); 6 Nov 2010 04:51:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Nov 2010 04:51:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Nov 2010 04:51:02 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA64ofua016532 for ; Sat, 6 Nov 2010 04:50:42 GMT Message-ID: <8108020.49691289019041976.JavaMail.jira@thor> Date: Sat, 6 Nov 2010 00:50:41 -0400 (EDT) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Subject: [jira] Commented: (HBASE-3195) Fix the new TestTransform breakage up on hudson In-Reply-To: <11799776.2741288842581941.JavaMail.jira@thor> 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-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928931#action_12928931 ] Andrew Purtell commented on HBASE-3195: --------------------------------------- Oh wait, duh it's the test. This: {noformat} HTable table = new HTable(TABLE); {noformat} should be this: {noformat} HTable table = new HTable(TEST_UTIL.getConfiguration(), TABLE); {noformat} Commited change, waiting for Hudson again. > Fix the new TestTransform breakage up on hudson > ----------------------------------------------- > > Key: HBASE-3195 > URL: https://issues.apache.org/jira/browse/HBASE-3195 > Project: HBase > Issue Type: Bug > Reporter: stack > Assignee: Andrew Purtell > Fix For: 0.90.0 > > Attachments: HBASE-3195.patch > > > This new test has been failing up on hudson since it was introduce at #1606. I took a look. It looks reasonable but its failing in an odd way -- can't find blocks in hdfs. > I'm moving it aside for now till test gets some loving. Breakage lasted till at least #1613. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.