[ 
https://issues.apache.org/jira/browse/HADOOP-13333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15421756#comment-15421756
 ] 

Hudson commented on HADOOP-13333:
---------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #10275 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/10275/])
HADOOP-13333. testConf.xml ls comparators in wrong order (Vrushali C via 
(varunsaxena: rev d714030b5d4124f307c09d716d72a9f5a4a25995)
* (edit) hadoop-common-project/hadoop-common/src/test/resources/testConf.xml


> 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
>             Fix For: 2.8.0
>
>         Attachments: HADOOP-13333.01.patch
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to