-
Notifications
You must be signed in to change notification settings - Fork 71
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
Broken V8 CI #100
Comments
Support for junit output was removed in v8/v8@bd019bd |
Who do we talk to to get this back. JUnit is the lingua franca of Jenkins... @nodejs/v8-update |
I wasn't aware this was used. Is there no alternative? It's hard to maintain features we don't test upstream. |
Ironically I wanted to port it to node-core's test.py, since ATM we output TAP and transform it to JUnit... From what I see in that file you also dropped TAP so the only machine readable output format is your proprietary JSON? An alternative could be to write a transformer for that, but IMHO restoring those dropped 95 lines would be the lowest hanging fruit. (For which you get CI test coverage from us ;) |
No expected resolution? |
@tmrts we should consider readding junit support. |
@tmrts, thanks for your consideration! |
ping? any news of this? |
BTW you can rename this |
Is there anything left to be done here? |
Either someone tries to upstream the revert: c58cd35#diff-f93464a48a2b9281080b555fac1081b1852154552800cbc6a2440ad1e3629033 |
As I understand it the only impact is that we don't get the test results in a format that we'd like. We still run/get results and have coped for 1 1/2 years. I figure we just close. @targos make sense to you? |
% flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
Fixes needed:
|
@cclauss That's unrelated. This issue was about a patch that we have to float on top of V8 to keep support for junit test output. |
https://ci.nodejs.org/job/node-test-commit-v8-linux/2081/nodes=benchmark,v8test=v8test/console
Error:
The text was updated successfully, but these errors were encountered: