Return-Path: Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: (qmail 28322 invoked from network); 10 Mar 2010 06:02:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Mar 2010 06:02:21 -0000 Received: (qmail 98019 invoked by uid 500); 10 Mar 2010 06:01:52 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 97794 invoked by uid 500); 10 Mar 2010 06:01:51 -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 97780 invoked by uid 99); 10 Mar 2010 06:01:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Mar 2010 06:01:50 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Mar 2010 06:01:49 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6FDA0234C4B5 for ; Wed, 10 Mar 2010 06:01:29 +0000 (UTC) Message-ID: <1921996792.170701268200889457.JavaMail.jira@brutus.apache.org> Date: Wed, 10 Mar 2010 06:01:29 +0000 (UTC) From: "Ravi Gummadi (JIRA)" To: mapreduce-dev@hadoop.apache.org Subject: [jira] Created: (MAPREDUCE-1586) TestWebUIAuthorization fails sometimes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 TestWebUIAuthorization fails sometimes -------------------------------------- Key: MAPREDUCE-1586 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1586 Project: Hadoop Map/Reduce Issue Type: Bug Components: test Reporter: Ravi Gummadi Testcase testAuthorizationForJobHistoryPages() failed once on my local machine with {code} [junit] 2010-03-10 10:16:42,230 INFO mapred.TestWebUIAuthorization (TestWebUIAuthorization.java:getHttpStatusCode(83)) - Accessing http://localhost:46846/jobdetailshistory.jsp?logFile= as user user1 [junit] 22751 [31606811@qtp3-0] ERROR org.mortbay.log - /jobdetailshistory.jsp [junit] java.lang.IllegalArgumentException: Can not create a Path from an empty string [junit] at org.apache.hadoop.fs.Path.checkPathArg(Path.java:82) [junit] at org.apache.hadoop.fs.Path.(Path.java:90) [junit] at org.apache.hadoop.mapred.jobdetailshistory_jsp._jspService(jobdetailshistory_jsp.java:90) {code} I guess the testcase needs to wait for retiring of job instead of only waiting for completion of job before accessing history related jsps -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.