| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This reverts commit d413378.
|
@rvagg I think you accidentally included some unrelated (http) changes in your commit. |
Sorry, something went wrong.
Sorry, something went wrong.
|
@rvagg Thanks for picking up on this! I couldn't find any documentation about it anywhere (e.g. on the TAP website) but I can see that the Jenkins TAP parser understands duration_ms so I guess there's no alternative. |
Sorry, something went wrong.
|
I really should have documented this earlier @gibm, I went though this exact pain very early on because it frustrated me too. I ended up in the Jenkins source code just to verify that it relied on it in this form. I think it's just one of those standards that have appeared and been widely enough adopted to be stuck in a semi-official state. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
LOOKS GOOD TO ME |
Sorry, something went wrong.
|
@rvagg Looks like there's a PR that will go into a future version of the TAP plugin which requires duration_ms output to be in milliseconds (node's is currently in seconds). Not sure how we'd deal with this. EDIT: It might be worth adding a duration_s option to the Jenkins tap plugin, but you'd still have a breaking change. |
Sorry, something went wrong.
|
oh my, that's terrible, I've added a comment over there |
Sorry, something went wrong.
PR-URL: #7216 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Sorry, something went wrong.
PR-URL: #7216 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
| Back | FazBrowse Home | New Git URL |
Following on from #7214 (including that commit), adds an inline comment for future reference