You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "John Zhuge (JIRA)" <ji...@apache.org> on 2016/06/30 05:39:10 UTC

[jira] [Updated] (HADOOP-13333) testConf.xml ls comparators in wrong order

     [ https://issues.apache.org/jira/browse/HADOOP-13333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Zhuge updated HADOOP-13333:
--------------------------------
    Labels: newbie  (was: )

> testConf.xml ls comparators in wrong order
> ------------------------------------------
>
>                 Key: HADOOP-13333
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13333
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 2.8.0
>            Reporter: John Zhuge
>            Assignee: John Zhuge
>            Priority: Trivial
>              Labels: newbie
>
> HADOOP-13079 updated file {{hadoop-common-project/hadoop-common/src/test/resources/testConf.xml}} incorrectly by inserting a new comparator between 2 comparators for {{option -h}}:
> {code:xml}
>         <comparator>
>           <type>RegexpComparator</type>
>           <expected-output>^\s*-h\s+Formats the sizes of files in a human-readable fashion( )*</expected-output>
>         </comparator>
>         <comparator>
>           <type>RegexpComparator</type>
>           <expected-output>^\s*-q\s+Print \? instead of non-printable characters\.( )*</expected-output>
>         </comparator>
>         <comparator>
>           <type>RegexpComparator</type>
>           <expected-output>^\s*rather than a number of bytes\.( )*</expected-output>
>         </comparator>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org