jenkinsci / jenkinsci/junit-plugin
[JENKINS-10035] Not updated test reports reported as error
- Dominant language
- Java
- Stars
- 87
- Forks
- 351
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 2
Description
Not updated test reports should not necessarily result in having the build marked as failed.
The JUnit plugin and the Test framework in core is not built for the great up-to-date checks that is in gradle. That is, they were most likely designed on the premise that any change of anything in a project would make the build tool run the tests again. This is not true with gradle.
---
Originally reported by stigkj, imported from: Not updated test reports reported as error
Raw content of original issue
Not updated test reports should not necessarily result in having the build marked as failed.
The JUnit plugin and the Test framework in core is not built for the great up-to-date checks that is in gradle. That is, they were most likely designed on the premise that any change of anything in a project would make the build tool run the tests again. This is not true with gradle.
- environment:
Java project with gradle as build tool
Contributor guide
Assessment
This issue has not been assessed yet.