-
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: use error code mapping in place of raw errno #38675
test: use error code mapping in place of raw errno #38675
Conversation
any reason why this PR still blocked? |
@waelsy123 This is still blocked because the linked PR hasn't landed in Node.js yet. We can unblock this after the next Libuv update PR lands here. |
eb85c63
to
046c8ab
Compare
This comment has been minimized.
This comment has been minimized.
How do I run an IBMi CI on this PR just like the one linked in this comment?
|
This comment has been minimized.
This comment has been minimized.
cc @nodejs/platform-ibmi some help plz ^ |
https://ci.nodejs.org/job/node-test-commit-ibmi/ is like any other node-test-commit-* job (except for the moment it is not run on every PR because it takes much longer to run on our current machines) -- follow the guide in https://github.com/nodejs/node/blob/master/doc/guides/collaborator-guide.md#starting-a-jenkins-ci-job |
046c8ab
to
7c8156d
Compare
@RaisinTen ... I notice your comment about this being blocked before. Is it still blocked at all? |
Hey @jasnell, this is not blocked anymore. I was just trying to get a green IBM i CI on this PR as the changed code path can only be hit on an IBM i. I've been updating #38675 (comment) every time I started a new rebuild but unfortunately, I'm consistently getting a number of |
Those started appearing after the recent libuv update and are being tracked in #39683. I did make @nodejs/platform-ibmi aware of them. |
Let's go ahead and land this. |
Refs: #38159 (comment) PR-URL: #38675 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Landed in 21cf618 |
Refs: #38159 (comment) PR-URL: #38675 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Refs: #38159 (comment) PR-URL: #38675 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Refs: #38159 (comment)
Depends on libuv/libuv#3145.