-
Bug
-
Resolution: Unresolved
-
Major
-
Platform: All, OS: All
Using the Maven job type, if the surefire results are run twice (eg clean
package site) the test results are counted twice.
If we use the same pom for a freestyle project, the results are shown correctly.
- duplicates
-
JENKINS-1557 Duplicate test results with Maven2 projects
-
- Resolved
-
Here is an example with the workaround. In Hudson, this correctly reports two total tests. To expose the issue, comment out the two reportsDirectory lines. This will cause Hudson to report three total tests.