[
https://issues.apache.org/jira/browse/HADOOP-9948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13778985#comment-13778985
]
Hudson commented on HADOOP-9948:
--------------------------------
SUCCESS: Integrated in Hadoop-trunk-Commit #4473 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/4473/])
HADOOP-9948. Add a config value to CLITestHelper to skip tests on Windows.
Contributed by Chuan Liu. (cnauroth:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1526606)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/cli/CLITestHelper.java
> 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
> Fix For: 3.0.0, 2.1.2-beta
>
> 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}
> <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