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 9C94510A2D for ; Tue, 17 Dec 2013 03:45:32 +0000 (UTC) Received: (qmail 61611 invoked by uid 500); 17 Dec 2013 03:45:31 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 61474 invoked by uid 500); 17 Dec 2013 03:45:31 -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 61298 invoked by uid 99); 17 Dec 2013 03:45:30 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Dec 2013 03:45:30 +0000 Date: Tue, 17 Dec 2013 03:45:30 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9928) TestHRegion should clean up test-data directory upon completion 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-9928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13850074#comment-13850074 ] Hudson commented on HBASE-9928: ------------------------------- SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #13 (See [https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/13/]) HBASE-9928 TestHRegion should clean up test-data directory upon completion (tedyu: rev 1551405) * /hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegion.java > TestHRegion should clean up test-data directory upon completion > --------------------------------------------------------------- > > Key: HBASE-9928 > URL: https://issues.apache.org/jira/browse/HBASE-9928 > Project: HBase > Issue Type: Test > Reporter: Ted Yu > Assignee: Gustavo Anatoly > Fix For: 0.98.0, 0.99.0 > > Attachments: HBASE-9928.patch > > > TestHRegion leaves some files behind in hbase-server/target/test-data directory after tests complete. > e.g. at the end of testRegionInfoFileCreation: > {code} > // Verify that the .regioninfo file is still there > assertTrue(HRegionFileSystem.REGION_INFO_FILE + " should be present in the region dir", > fs.exists(new Path(regionDir, HRegionFileSystem.REGION_INFO_FILE))); > {code} > test-data directory should be cleaned upon completion. > I noticed this when looping TestHRegion in order to reproduce test failure. -- This message was sent by Atlassian JIRA (v6.1.4#6159)