Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 40927D907 for ; Tue, 9 Oct 2012 14:45:03 +0000 (UTC) Received: (qmail 6870 invoked by uid 500); 9 Oct 2012 14:45:02 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 6842 invoked by uid 500); 9 Oct 2012 14:45:02 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 6833 invoked by uid 99); 9 Oct 2012 14:45:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2012 14:45:02 +0000 Date: Tue, 9 Oct 2012 14:45:02 +0000 (UTC) From: "Hudson (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <691709690.14752.1349793902801.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (MAPREDUCE-4654) TestDistCp is @ignored 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/MAPREDUCE-4654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13472433#comment-13472433 ] Hudson commented on MAPREDUCE-4654: ----------------------------------- Integrated in Hadoop-Hdfs-trunk-Commit #2898 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2898/]) MAPREDUCE-4654. TestDistCp is ignored. Contributed by Sandy Ryza. (Revision 1396047) Result = SUCCESS tomwhite : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1396047 Files : * /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt * /hadoop/common/trunk/hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/TestDistCp.java * /hadoop/common/trunk/hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/TestIntegration.java > TestDistCp is @ignored > ---------------------- > > Key: MAPREDUCE-4654 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4654 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: test > Affects Versions: 2.0.2-alpha > Reporter: Colin Patrick McCabe > Assignee: Sandy Ryza > Priority: Critical > Attachments: MAPREDUCE-4654.patch > > > We should fix TestDistCp so that it actually runs, rather than being ignored. > {code} > @ignore > public class TestDistCp { > private static final Log LOG = LogFactory.getLog(TestDistCp.class); > private static List pathList = new ArrayList(); > ... > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira