Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 21065 invoked from network); 24 Sep 2010 04:14:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Sep 2010 04:14:16 -0000 Received: (qmail 55712 invoked by uid 500); 24 Sep 2010 04:14:16 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 55609 invoked by uid 500); 24 Sep 2010 04:14:13 -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 55592 invoked by uid 99); 24 Sep 2010 04:14:12 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Sep 2010 04:14:12 +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 04:13:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8O4DXcu016359 for ; Fri, 24 Sep 2010 04:13:33 GMT Message-ID: <18944325.377711285301613220.JavaMail.jira@thor> Date: Fri, 24 Sep 2010 00:13:33 -0400 (EDT) From: "Todd Lipcon (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-2073) TestTrackerDistributedCacheManager should be up-front about requirements on build environment In-Reply-To: <2632903.220661284615640077.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-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated MAPREDUCE-2073: ----------------------------------- Status: Patch Available (was: Open) > TestTrackerDistributedCacheManager should be up-front about requirements on build environment > --------------------------------------------------------------------------------------------- > > Key: MAPREDUCE-2073 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2073 > Project: Hadoop Map/Reduce > Issue Type: Test > Components: distributed-cache, test > Affects Versions: 0.22.0 > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Priority: Trivial > Attachments: mapreduce-2073-0.20.txt, mapreduce-2073.txt > > > TestTrackerDistributedCacheManager will fail on a system where the build directory is in any path where an ancestor doesn't have a+x permissions. On one of our hudson boxes, for example, hudson's workspace had 700 permissions and caused this test to fail reliably, but not in an obvious manner. It would be helpful if the test failed with a more obvious error message during setUp() when the build environment is misconfigured. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.