Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-13333

testConf.xml ls comparators in wrong order

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 2.8.0
    • 2.8.0, 3.0.0-alpha1
    • fs
    • Reviewed

    Description

      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:

              <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>
      

      Attachments

        1. HADOOP-13333.01.patch
          1.0 kB
          Vrushali C

        Activity

          People

            vrushalic Vrushali C
            jzhuge John Zhuge
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: