John Zhuge created HADOOP-13333: ----------------------------------- Summary: 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
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-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org