Chuan Liu created HADOOP-9948:
---------------------------------

             Summary: 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: Bug
    Affects Versions: 3.0.0
            Reporter: Chuan Liu
            Assignee: Chuan Liu
            Priority: Minor


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}
<test> <!-- TESTED -->
      <description>ls: Negative test for quoted /*/* globbing </description>
      <windows>false</windows>
{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

Reply via email to