Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 90851 invoked from network); 18 Jan 2008 23:04:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jan 2008 23:04:00 -0000 Received: (qmail 49391 invoked by uid 500); 18 Jan 2008 23:03:49 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 49341 invoked by uid 500); 18 Jan 2008 23:03:49 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 49328 invoked by uid 99); 18 Jan 2008 23:03:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 15:03:49 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 23:03:44 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C25BF714261 for ; Fri, 18 Jan 2008 15:03:35 -0800 (PST) Message-ID: <7653969.1200697415756.JavaMail.jira@brutus> Date: Fri, 18 Jan 2008 15:03:35 -0800 (PST) From: "Tsz Wo (Nicholas), SZE (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Issue Comment Edited: (HADOOP-2431) Test HDFS File Permissions In-Reply-To: <13757797.1197661964885.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-2431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560586#action_12560586 ] szetszwo edited comment on HADOOP-2431 at 1/18/08 3:01 PM: ------------------------------------------------------------------------- In checkNonExistentFile(), each operation needs a try-catch. Otherwise, one of them throws a " Cannot open file" exception, the other operations will not be tested. was (Author: szetszwo): In checkNonExistentFile(), each operation needs a try-catch. Otherwise, one of them throws a " Cannot open file" exception, the other operations will be be tested. > Test HDFS File Permissions > -------------------------- > > Key: HADOOP-2431 > URL: https://issues.apache.org/jira/browse/HADOOP-2431 > Project: Hadoop > Issue Type: Test > Components: test > Affects Versions: 0.15.1 > Reporter: Hairong Kuang > Assignee: Hairong Kuang > Fix For: 0.16.0 > > Attachments: HDFSPermissionSpecification6.pdf, PermissionsTestPlan1.pdf, PermissionsTestPlan2.pdf, testDFSPermission.patch, testDFSPermission1.patch, testDFSPermission2.patch > > > This jira is intended to provide junit tests to HADOOP-1298. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.