Return-Path: X-Original-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3FEFCD359 for ; Fri, 21 Sep 2012 18:07:09 +0000 (UTC) Received: (qmail 27059 invoked by uid 500); 21 Sep 2012 18:07:08 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 26956 invoked by uid 500); 21 Sep 2012 18:07:08 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 26802 invoked by uid 99); 21 Sep 2012 18:07: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:07:08 +0000 Date: Sat, 22 Sep 2012 05:07:07 +1100 (NCT) From: "Arpit Gupta (JIRA)" To: mapreduce-dev@hadoop.apache.org Message-ID: <907687945.108618.1348250828031.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (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 Arpit Gupta created MAPREDUCE-4673: -------------------------------------- Summary: 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 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