Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E48B1D2F9 for ; Wed, 22 Aug 2012 21:28:44 +0000 (UTC) Received: (qmail 78020 invoked by uid 500); 22 Aug 2012 21:28:43 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 77967 invoked by uid 500); 22 Aug 2012 21:28:43 -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 77599 invoked by uid 99); 22 Aug 2012 21:28:43 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Aug 2012 21:28:43 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D1E5B2C091C for ; Wed, 22 Aug 2012 21:28:42 +0000 (UTC) Date: Thu, 23 Aug 2012 08:28:42 +1100 (NCT) From: "Aaron T. Myers (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <499170885.2628.1345670922860.JavaMail.jiratomcat@arcas> In-Reply-To: <1799667056.2354.1345668642519.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (HDFS-3842) HDFS-3672 broke TestCombineFileInputFormat.testMissingBlocks() test 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-3842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron T. Myers updated HDFS-3842: --------------------------------- Fix Version/s: (was: 2.2.0-alpha) Target Version/s: 2.2.0-alpha Status: Patch Available (was: Open) > HDFS-3672 broke TestCombineFileInputFormat.testMissingBlocks() test > ------------------------------------------------------------------- > > Key: HDFS-3842 > URL: https://issues.apache.org/jira/browse/HDFS-3842 > Project: Hadoop HDFS > Issue Type: Bug > Components: hdfs client > Affects Versions: 2.2.0-alpha > Reporter: Alejandro Abdelnur > Assignee: Aaron T. Myers > Priority: Critical > Attachments: HDFS-3842.patch > > > Before HDFS-3672, locally applying MAPREDUCE-4470 made TestCombineFileInputFormat to pass all it tests. > After HDFS-3672, TestCombineFileInputFormat.testMissingBlocks() fails: > {code} > $ mvn clean test -Dtest=TestCombineFileInputFormat > Running org.apache.hadoop.mapred.TestCombineFileInputFormat > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.698 sec > Running org.apache.hadoop.mapreduce.lib.input.TestCombineFileInputFormat > Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.526 sec <<< FAILURE! > Results : > Tests in error: > testMissingBlocks(org.apache.hadoop.mapreduce.lib.input.TestCombineFileInputFormat): org.apache.hadoop.fs.BlockLocation > Tests run: 7, Failures: 0, Errors: 1, Skipped: 0 > {code} -- 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