|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I reproduced this on the latest plugin code but there is a bit difference with what you mentioned.
When LOCKFILE_Test_2-2 was removed, any message was not uploaded.
Next, LOCKFILE_Test_1-1 was removed. Then message "Verified -1" was uploaded from "Test_1 #1". Also message "Verified +1" was uploaded when LOCKFILE_Test_2-1 was removed.
Finally, LOCKFILE_Test_1_2 was removed. Then message "Verified -1" was uploaded with verdict value both "Test_1 #2" and "Test_2 #2". It means that uploading message for "Test_2 #2" was pended until "Test_1 #2" is completed.
It means that:
So I think that the issue you should address is #2. right?