Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-1769

Use StAX to parse JUnit results

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Critical Critical
    • junit-plugin
    • None
    • Platform: All, OS: All

      When processing very large junit test results (100s MB) I get OutOfMemoryErrors
      on the server, even with -Xmx1200MB. If I understand the code correctly, the
      complete result is loaded into a single object on the slave, which is then
      serialized and send to the server. Can this be optimized so that is not
      necessary to have everything in memory simultaneously ?

            Unassigned Unassigned
            huybrechts huybrechts
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: