-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
test: revert fail coverage
target if tests fail"
#25543
Conversation
This reverts commit f216d5b. Seems like it breaks the nightly job so reverting until we figure that out.
This needs to be reverted as we do have failing tests when run with coverage enabled (and have forever I think) so the original change prevents the gathering and printing of coverage information. |
coverage
target if tests fail"coverage
target if tests fail"
There is something up with the main coverage job as well, but testing locally I confirmed we need the revert |
Would also like to fast track this. |
Coverage job CI run, shows that this resolves the issue: https://ci.nodejs.org/job/node-test-commit-linux-coverage-daily/2/ |
Renamed jobs as something was broken with the CI job for coverage even though coverage build locally. New CI which references the updated job: https://ci.nodejs.org/view/Node.js%20Daily/job/node-test-commit-linux-coverage/3/ |
Windows Node.js CI failure was known issue:#25512 Will resume build. |
Build resumed: https://ci.nodejs.org/job/node-test-pull-request/20186/ |
I marked this as do not land as the original commit is marked as such. |
@BridgeAR thanks. |
Strangely renaming a working job, with no other changes caused the job to fail so there is some state somewhere. I've cleared out the workspace, deleted the files on disk but that still did not help. I'm just going to leave it as the new name with "-daily" in the job name. |
This link is now valid again https://ci.nodejs.org/job/node-test-commit-linux-coverage-daily/2/ |
Ok resumed CI job is green :). |
Think I've got the ok's for fast-track, landing now. |
Landed in 1375af2 |
That's sounds like a sub-optimal situation. I'll try to look into that. Cross-ref: #25432 |
P.S. renaming the job the same name as the broken one caused Jenkins to reuse the broken workspace directory. It might store a broken compilation artifact. |
This reverts commit f216d5b.
Seems like it breaks the nightly job so reverting until
we figure that out.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes