Issue Type: Bug Bug
Affects Versions: current
Assignee: redsolo
Components: ci-game
Created: 14/May/14 12:04 AM
Description:

Affects 1.19

create a project with groupId=abc and 10 tests. Build. It will score 11 due to ten new tests.

Now change the groupId=xyz, build again. It will score 11 again, treating the existing 10 tests as new, because jenkins records the tests under the groupId/artifactId.

It should probably say 10 tests removed or disabled under abc = -10, and 10 tests added under xyz =+10, so net off as zero. Or just ignore group and artifact ids when counting tests.

Project: Jenkins
Priority: Major Major
Reporter: daniel carter
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to