Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 58261 invoked from network); 7 Mar 2008 22:43:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2008 22:43:13 -0000 Received: (qmail 1609 invoked by uid 500); 7 Mar 2008 22:43:05 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 1584 invoked by uid 500); 7 Mar 2008 22:43:04 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 1572 invoked by uid 99); 7 Mar 2008 22:43:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2008 14:43:04 -0800 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; Fri, 07 Mar 2008 22:42:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 89A36234C09C for ; Fri, 7 Mar 2008 14:41:47 -0800 (PST) Message-ID: <1627050049.1204929707562.JavaMail.jira@brutus> Date: Fri, 7 Mar 2008 14:41:47 -0800 (PST) From: "Hairong Kuang (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-2973) Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory In-Reply-To: <498788102.1204927906606.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576425#action_12576425 ] Hairong Kuang commented on HADOOP-2973: --------------------------------------- +1 on the patch. But I wonder why the tests run as hadoopqa but "user.name" is "SYSTEM", which indeed violates the hdfs permission control model. > Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory > ----------------------------------------------------------------------------------- > > Key: HADOOP-2973 > URL: https://issues.apache.org/jira/browse/HADOOP-2973 > Project: Hadoop Core > Issue Type: Bug > Components: dfs > Affects Versions: 0.17.0 > Environment: windows > Reporter: Mukund Madhugiri > Assignee: Tsz Wo (Nicholas), SZE > Priority: Blocker > Fix For: 0.17.0 > > Attachments: 2973_20080307.patch > > > Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory > Error from failure: > junit.framework.AssertionFailedError: expected: but was: > at org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory(TestLocalDFS.java:81) > Changes: > # HADOOP-2931. IOException thrown by DFSOutputStream had wrong stack trace in some cases. > # HADOOP-2758. Reduce buffer copies in DataNode when data is read from HDFS, without negatively affecting read throughput. > # HADOOP-2833. Do not use "Dr. Who" as the default user in JobClient. A valid user name is required. > # HADOOP-2809. Fix HOD syslog config syslog-address so that it works. > # HADOOP-2847. Ensure idle cluster cleanup works even if the JobTracker becomes unresponsive to RPC calls. > # HADOOP-2819. The following methods in JobConf are removed: getInputKeyClass() setInputKeyClass getInputValueClass() setInputValueClass(Class theClass) setSpeculativeExecution getSpeculativeExecution(). > # HADOOP-2820. The following classes in streaming are removed : StreamLineRecordReader StreamOutputFormat StreamSequenceRecordReader. > # HADOOP-2219. A new command "df -count" that counts the number of files and directories. > # HADOOP-2912. MiniDFSCluster restart should wait for namenode to exit safemode. This was causing TestFsck to fail. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.