Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 59063 invoked from network); 24 Sep 2010 21:40:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Sep 2010 21:40:59 -0000 Received: (qmail 43872 invoked by uid 500); 24 Sep 2010 21:40:58 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 43819 invoked by uid 500); 24 Sep 2010 21:40:58 -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 43809 invoked by uid 99); 24 Sep 2010 21:40:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Sep 2010 21:40:58 +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; Fri, 24 Sep 2010 21:40:56 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8OLeXSb002546 for ; Fri, 24 Sep 2010 21:40:34 GMT Message-ID: <2171056.392541285364433932.JavaMail.jira@thor> Date: Fri, 24 Sep 2010 17:40:33 -0400 (EDT) From: "Konstantin Boudnik (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-2091) Map/Reduce Build Failing due to missing Smoke Tests In-Reply-To: <13319786.390871285357833694.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12914659#action_12914659 ] Konstantin Boudnik commented on MAPREDUCE-2091: ----------------------------------------------- Also, I have just checked branch-0.21: src/test/smoke-tests is right there. Have you ran 'svn up' recently? > Map/Reduce Build Failing due to missing Smoke Tests > --------------------------------------------------- > > Key: MAPREDUCE-2091 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2091 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: build > Affects Versions: 0.21.1, 0.22.0 > Environment: SLES 10 SP2, SUN JRE 1.6 > Reporter: Stephen Watt > Fix For: 0.21.1, 0.22.0 > > > The Compilation (the ANT clean and tar directives) of the Map/Reduce Project works fine, but the test-core directive fails because the smoke tests are missing. This is the tail of the build log: > [junit] Running org.apache.hadoop.mapreduce.TestMapReduceLocal > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 57.962 sec > [junit] Running org.apache.hadoop.mapreduce.lib.input.TestFileInputFormat > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.839 sec > [junit] Running org.apache.hadoop.mapreduce.lib.output.TestFileOutputCommitter > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.866 sec > checkfailure: > run-smoke-test: > [delete] Deleting directory /home/hadoop/Hadoop-Versions/hadoop-0.21.0/mapreduce/build/test/data > [mkdir] Created dir: /home/hadoop/Hadoop-Versions/hadoop-0.21.0/mapreduce/build/test/data > [delete] Deleting directory /home/hadoop/Hadoop-Versions/hadoop-0.21.0/mapreduce/build/test/logs > [mkdir] Created dir: /home/hadoop/Hadoop-Versions/hadoop-0.21.0/mapreduce/build/test/logs > BUILD FAILED > /home/hadoop/Hadoop-Versions/hadoop-0.21.0/mapreduce/build.xml:749: The following error occurred while executing this line: > /home/hadoop/Hadoop-Versions/hadoop-0.21.0/mapreduce/build.xml:658: Excludesfile /home/hadoop/Hadoop-Versions/hadoop-0.21.0/mapreduce/src/test/smoke-tests not found. > The fastest way to reproduce this error is to run : "ant run-test-mapred-excluding-commit-and-smoke" -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.