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 95ED91018D for ; Wed, 25 Sep 2013 18:02:19 +0000 (UTC) Received: (qmail 91069 invoked by uid 500); 25 Sep 2013 18:02:11 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 91009 invoked by uid 500); 25 Sep 2013 18:02:11 -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 90873 invoked by uid 99); 25 Sep 2013 18:02:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Sep 2013 18:02:07 +0000 Date: Wed, 25 Sep 2013 18:02:07 +0000 (UTC) From: "Chris Nauroth (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-9948) Add a config value to CLITestHelper to skip tests on Windows 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-9948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth updated HADOOP-9948: ---------------------------------- Attachment: HADOOP-9948.2.patch Attaching Hadoop Common patch and awaiting test-patch run. > Add a config value to CLITestHelper to skip tests on Windows > ------------------------------------------------------------ > > Key: HADOOP-9948 > URL: https://issues.apache.org/jira/browse/HADOOP-9948 > Project: Hadoop Common > Issue Type: Test > Components: test > Affects Versions: 3.0.0 > Reporter: Chuan Liu > Assignee: Chuan Liu > Priority: Minor > Attachments: HADOOP-9948.2.patch, HADOOP-9948.patch > > > We want to add a configuration to CLITestHelper so we can skip some tests on Windows. We want this feature because some test cases in TestHDFSCLI should not be tested on Windows. Or more specifically, the globbing test cases. The differences are explained in HDFS-4632. The proposed syntax looks like follows. > {noformat} > > ls: Negative test for quoted /*/* globbing > false > {noformat} > When Windows set to false, we will skip running the test on Windows. -- 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