Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 35574 invoked from network); 5 May 2010 20:27:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 May 2010 20:27:26 -0000 Received: (qmail 21939 invoked by uid 500); 5 May 2010 20:27:25 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 21896 invoked by uid 500); 5 May 2010 20:27:25 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 21841 invoked by uid 99); 5 May 2010 20:27:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 20:27:25 +0000 X-ASF-Spam-Status: No, hits=-1393.5 required=10.0 tests=ALL_TRUSTED,AWL 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; Wed, 05 May 2010 20:27:24 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o45KR36n001954 for ; Wed, 5 May 2010 20:27:04 GMT Message-ID: <8190997.29721273091223735.JavaMail.jira@thor> Date: Wed, 5 May 2010 16:27:03 -0400 (EDT) From: "Eli Collins (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Updated: (HDFS-1132) Refactor TestFileStatus In-Reply-To: <30767035.29361273090382561.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/HDFS-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins updated HDFS-1132: ------------------------------ Status: Open (was: Patch Available) > Refactor TestFileStatus > ----------------------- > > Key: HDFS-1132 > URL: https://issues.apache.org/jira/browse/HDFS-1132 > Project: Hadoop HDFS > Issue Type: Test > Components: test > Affects Versions: 0.22.0 > Reporter: Eli Collins > Assignee: Eli Collins > Priority: Minor > Fix For: 0.22.0 > > Attachments: hdfs-1132-1.patch > > > When writing HADOOP-6585 I noticed TestFileStatus is an old test with just one monolithic test function. We should rewrite it as a junit4 style test and break up the functions into setup, teardown, and five individual test cases. Same tests being run, just easier to follow, modify and add news tests. Patch coming. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.