-
Bug
-
Resolution: Not A Defect
-
Major
-
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.
Need more info, but I suspect this is actually the unit test plugins as all those macros do is ask the unit test plugin for the info. If you are using pipeline parallel then unit test info will be the total for all branches at the time the email is sent.