-
New Feature
-
Resolution: Unresolved
-
Major
-
None
When a Jenkins build is Aborted due to Fitnesse test timeouts, the test results up until the point of aborting should be reported/written in Jenkins.
Currently, the xml results are just not written, hence no results are picked up in Jenkins.
[JENKINS-12381] Aborted builds (due to timeouts) should report test results
Workflow | Original: JNJira [ 142747 ] | New: JNJira + In-Review [ 175743 ] |
FitNesse doesn't serve the result XML until after all tests finish. There's a nochunk parameter, but it was actually broken and fixed into FitNesse just recently (no release, yet), I believe. Even with nochunk working - the FitNesse plug-in should be able to recover from broken (incomplete) XML output, in order to show some results.