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

Using test stability publisher in a Pipeline build will hang

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • test-stability-plugin
    • None
    • Jenkins 2.23
      Pipeline 2.4
      Test Stability 1.0

      Using the test stability publisher with the JUnit plugin will hang a Pipeline build.

      To reproduce:

      node {
        writeFile text: '<testsuite><testcase name="bar" classname="FooTest" time="0.001"/></testsuite>', file: 'results.xml'
        junit testResults: '**/*.xml', testDataPublishers: [[$class: 'StabilityTestDataPublisher']]
      }
      

      I couldn't see anything related in the build thread dump, or the agent thread dump.
      But this looks related to work abayer has done for JENKINS-28784 and JENKINS-26535.

            seanf Sean Flanigan
            orrc Christopher Orr
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: