-
Bug
-
Resolution: Fixed
-
Major
-
jenkins 2.179
junit plugin 1.28
linux, running behind apache server
-
-
1.50
Test results are being processed with the jUnit plugin ( latest version )
The age displayed in the results shows the next build number
Test Duration Age
myTest 0 ms 1035
and the specific test results are:
- Failing for the past 1,035 builds (Since #0 )
This was build #1034, the next build will be #1035
In the previous build the test was Skipped
#1032 Passed
#1033 Skipped for the past 1,034 builds (Since #0 )
#1034 Failing for the past 1,035 builds (Since #0 )
Possible Regression or Feature - I have never seen this before
- relates to
-
JENKINS-31660 StackOverflowError when maximum number of builds archived
-
- Open
-
- links to
This is becoming a real pain. Developers are receiving messages with "Failing for the last 1042 test runs ", failed since build #0 which is completely false.
As explained above, this happens after a test has been Skipped.
If the Skipped build is removed/deleted everything is back to normal again and the correct "Failing for the last 5 test runs" is displayed again.