XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 5.2.0
    • None
    • None

    Description

      All the tests from TestLiteWorkflowAppParser, where global configurations are used are failing because with Java11 the order of the properties is not the same as with Java8. 

      <global>
       <job-tracker>${foo}</job-tracker>
       <name-node>bar</name-node>
       <configuration>
       <property>
       <name>a</name>
       <value>A</value>
       </property>
       <property>
       <name>b</name>
       <value>B</value>
       </property>
       </configuration>
      </global>

      With Java 11 will have the same order as in the xml, but with Java 8 the order is changed, and we are asserting to the "wrong" order.

      Attachments

        1. OOZIE-3499-003.patch
          23 kB
          Kinga Marton
        2. OOZIE-3499-002.patch
          23 kB
          Kinga Marton
        3. OOZIE-3499-001.patch
          11 kB
          Kinga Marton

        Activity

          People

            kmarton Kinga Marton
            kmarton Kinga Marton
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: