-
New Feature
-
Resolution: Fixed
-
Major
-
None
When no reference build is available (there could be several reasons for this), currently the plugin puts everything into a single bucket. For very long suites, it would be useful to be able to offer a fallback estimate based on a filesystem scan.
For example, in a Maven project with default Surefire configuration you could look in src/test/java/ for **/*Test.java, divide all matches into buckets based simply on count, and proceed.
Subsequent builds would have access to more accurate information as well as timing and so would do a better job of equalizing branch runtimes, but this would be a lot better than nothing.
- is related to
-
JENKINS-64038 ATH splitting tests incorrect if no previous successful builds
- Closed
- relates to
-
JENKINS-33169 Add different options for finding the reference build
- Open
-
JENKINS-28924 Make the plugin generic and language neutral
- Resolved
-
JENKINS-46028 Use primary job as fallback when searching for test records
- Resolved
- links to