-
Bug
-
Resolution: Unresolved
-
Major
Note:
These are the same repro steps from JENKINS-32746 but for Xunit.
When some of builds were deleted from BuildHistory, Xunit Results Trend graph does not show all preceding builds anymore.
Steps to reproduce:
1. Make several builds (#1, #2, #3) with test results.
2. Make one more build (#4). Delete it manually from build History
3. Make few more builds (#5, #6) and see to graph.
*Expected result: *graph contains build #1, #2, #3, #5, #6 (all but deleted)
- Actual result: *graph contains only results after deleted one: #5, #6
- duplicates
-
JENKINS-25340 lost trend history after skipping build
-
- Reopened
-
- relates to
-
JENKINS-31926 Jenkins doesn't display graph for test suites, before all tests successfully pass
-
- Open
-
XUnit use the TestResultAction of junit plugin (1.24) that has the same behavior (tested just now). It suppose there are no gaps between builds and for me have sense (what is the reason to remove manually a build?)
In TestNG plugin (
JENKINS-32746) owner has decide to patch locally. If the owner of JUnit plugin agree with you it is a bug and fix the issue, the fix will available for all plugin that use junit like xunit.I'm reassign the issue to junit plugin.