-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: test-stability-plugin
-
None
-
Environment: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.