Closed
Description
- Subsystem: test, jenkins
As previously mentioned here, the Jenkins TAP plugin introduced a breaking change, so duration_ms
really does now mean duration in milliseconds. However, the total time taken (top right in the screenshot) still assumes duration_ms
is in seconds (as it used to be, and as tools/test.py
assumes it to be).
There's been no response to @rvagg's comment on the Jenkins TAP plugin PR, but I assume that's because it's not actively developed.
I'd suggest that the way forward is to submit a PR to the TAP plugin adding duration, and then update our scripts to use that.
Related:
Jenkins plugin PR: jenkinsci/tap-plugin#6 (comment)
#7133 #7216 #7214