Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 64CF1EAF3 for ; Sat, 2 Feb 2013 00:34:13 +0000 (UTC) Received: (qmail 85710 invoked by uid 500); 2 Feb 2013 00:34:13 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 85681 invoked by uid 500); 2 Feb 2013 00:34:13 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 85671 invoked by uid 99); 2 Feb 2013 00:34:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Feb 2013 00:34:12 +0000 Date: Sat, 2 Feb 2013 00:34:12 +0000 (UTC) From: "Steve Loughran (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-9258) Add stricter tests to FileSystemContractTestBase 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/HADOOP-9258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-9258: ----------------------------------- Attachment: HADOOP-9528-4.patch # adds test for listing files in / # adds tests for case sensitivity (which subclasses may disable). # adds tests for renaming onto self for file & dir. # adds tests for renaming into parent directory (which devolves for renaming onto self, and so becomes a success) Return codes expected from the renames are the same as HDFS (verified with the HDFS tests), which are those of Unix. Breaks the previous patch for HADOOP-9261 as that didn't handle the rename into parent dir. > Add stricter tests to FileSystemContractTestBase > ------------------------------------------------ > > Key: HADOOP-9258 > URL: https://issues.apache.org/jira/browse/HADOOP-9258 > Project: Hadoop Common > Issue Type: Improvement > Components: test > Affects Versions: 1.1.1, 2.0.3-alpha > Reporter: Steve Loughran > Assignee: Steve Loughran > Attachments: HADOOP-9528-2.patch, HADOOP-9528-3.patch, HADOOP-9528-4.patch, HADOOP-9528.patch > > > The File System Contract contains implicit assumptions that aren't checked in the contract test base. Add more tests to define the contract's assumptions more rigorously for those filesystems that are tested by this (not Local, BTW) -- 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