Return-Path: Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: (qmail 74367 invoked from network); 14 Nov 2010 07:46:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Nov 2010 07:46:08 -0000 Received: (qmail 21363 invoked by uid 500); 14 Nov 2010 07:46:40 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 21096 invoked by uid 500); 14 Nov 2010 07:46:38 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 21088 invoked by uid 99); 14 Nov 2010 07:46:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Nov 2010 07:46:37 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Nov 2010 07:46:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAE7kGZQ009363 for ; Sun, 14 Nov 2010 07:46:16 GMT Message-ID: <24486519.67301289720776942.JavaMail.jira@thor> Date: Sun, 14 Nov 2010 02:46:16 -0500 (EST) From: "Eli Collins (JIRA)" To: hdfs-dev@hadoop.apache.org Subject: [jira] Resolved: (HDFS-254) Add more unit test for HDFS symlinks 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/HDFS-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HDFS-254. ------------------------------ Resolution: Fixed Fix Version/s: 0.21.0 The remaining required tests are covered by HADOOP-6561 and HDFS-971. > Add more unit test for HDFS symlinks > ------------------------------------ > > Key: HDFS-254 > URL: https://issues.apache.org/jira/browse/HDFS-254 > Project: Hadoop HDFS > Issue Type: Sub-task > Reporter: dhruba borthakur > Assignee: Eli Collins > Fix For: 0.21.0 > > Attachments: SymlinkTestPlan.html, testplanv1.txt > > > HADOOP-4044 introduces symbolic links in HDFS. That patch has some unit tests associated with it. The aim of this JIRA is to add more unit tests (including negative tests): > deleting a symlink that points to a file > deleting a symlink that points to a directory > symlink to a symlink > any test cases with relative links > delete linked to file, but not link, access link > delete linked to file, recreate the same file, access link > links to other filesystems > archives containing links > rename a file to an existing symlink > rename a symlink to an existing file > setTimes and setReplication cases should check the result on both the symlink and linked to file > tests involving lack of permissions to create symlinks > tests that try to createSymlinks with filesystems that don't support them > ... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.