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 45F9BD399 for ; Fri, 21 Sep 2012 18:15:10 +0000 (UTC) Received: (qmail 48649 invoked by uid 500); 21 Sep 2012 18:15:08 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 48593 invoked by uid 500); 21 Sep 2012 18:15:08 -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 48517 invoked by uid 99); 21 Sep 2012 18:15:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2012 18:15:08 +0000 Date: Sat, 22 Sep 2012 05:15:08 +1100 (NCT) From: "Arpit Gupta (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <950013746.108645.1348251308807.JavaMail.jiratomcat@arcas> In-Reply-To: <2035173939.108617.1348250827947.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (MAPREDUCE-4673) make TestRawHistoryFile and TestJobHistoryServer more robust 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-4673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Gupta updated MAPREDUCE-4673: ----------------------------------- Attachment: MAPREDUCE-4673.branch-1.patch attached a patch for branch-1. Also removed unused imports. > make TestRawHistoryFile and TestJobHistoryServer more robust > ------------------------------------------------------------ > > Key: MAPREDUCE-4673 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4673 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: test > Affects Versions: 1.1.0, 1.2.0 > Reporter: Arpit Gupta > Assignee: Arpit Gupta > Attachments: MAPREDUCE-4673.branch-1.patch > > > these unit tests fail if 2 different users run them on the same host as they are using /tmp/input path > following is the info from the test log > {code} > testcase classname="org.apache.hadoop.mapred.TestJobHistoryServer" name="testHistoryServerStandalone" time="4.572"> > junit.framework.AssertionFailedError: /tmp/.input.crc (Permission denied) > at org.apache.hadoop.mapred.TestJobHistoryServer.testHistoryServerStandalone(TestJobHistoryServer.java:113) > > {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