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

Incorrect count of test results in the email body when Job runs in parallel instances

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Major Major
    • email-ext-plugin
    • None
    • Jenkisn 2.89.4, email ext -2.62

      I have created one job and in the email body ,it  uses

      ${TEST_COUNTS,var="pass"}

      ${TEST_COUNTS,var="fail"}  

      ${TEST_COUNTS,var="total"}  

       

      Problem: When the job is executed in parallel on multiple salves, we get email for the results of completion on each slave. However the test count of Passed, Failed cases is incorrect. It seems multiple threads of same job causing the Email ext plugin to  run into identity crisis and it reports incorrect count of test cases.

       

      Note: It works Perfectly when only one instance of Job is run.

            slide_o_mix Alex Earl
            j1984 jaivardhan Singh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: