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 "Vrushali C (JIRA)" <ji...@apache.org> on 2016/08/03 23:43:20 UTC

[jira] [Assigned] (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 ]

Vrushali C reassigned HADOOP-13333:
-----------------------------------

    Assignee: Vrushali C

> 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: Vrushali C
>            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