-
-
Notifications
You must be signed in to change notification settings - Fork 171
Cannot access previous tap results for citgm #345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@evanlucas can you share with me a tap result that has past results so I can compare? There is a file created everytime afaik, and that file is new every time |
https://ci.nodejs.org/job/thealphanerd-tap-smoker/nodes=fedora21/4/tapResults/ is a good one. The tap results shows 5 failures, but the tap file only shows 1 |
OHHHH I get it now... the tap file it is writing is permanent on the machine and getting over written each time... that is odd |
ping @evanlucas @MylesBorins -- is this still an issue? It looks like the |
AFAIK the job has been migrated from pure tap to tap2junit and now Jenkins keeps the full results for us. Closing, but if anyone knows otherwise, please reopen. |
We can view the tap extended test results of each individual build, but it seems that when pulling the plain text version, only the latest is available.
https://ci.nodejs.org/job/thealphanerd-tap-smoker/nodes=fedora21/7/tapResults/
Clicking the File: smoker/test.tap only shows the results from the latest build. It would be awesome if we could get plain text tap results for each individual build without having to parse html
The text was updated successfully, but these errors were encountered: