Skip to content

Conversation

@dmabupt
Copy link
Contributor

@dmabupt dmabupt commented Apr 9, 2021

Fixes: #36925

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Apr 9, 2021
@dmabupt dmabupt added the ibm i Issues and PRs related to the IBM i platform. label Apr 9, 2021
if (err) {
assert.strictEqual(err.code, 'EFBIG');
if (common.isIBMi)
assert.strictEqual(err.errno, -127);
Copy link
Contributor

@cjihrig cjihrig Apr 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What error does 127 map to on IBM i? Should we try to map it in libuv?

Copy link
Contributor Author

@dmabupt dmabupt Apr 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is EOVERFLOW

$ grep 127 /usr/include/errno.h 
#define EOVERFLOW       127     /* value too large to be stored in data type */

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What error does 127 map to on IBM i? Should we try to map it in libuv?

@cjihrig PR to add a mapping for EOVERFLOW: libuv/libuv#3145

@dmabupt
Copy link
Contributor Author

dmabupt commented Apr 9, 2021

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@RaisinTen RaisinTen added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 9, 2021
dmabupt added a commit that referenced this pull request Apr 12, 2021
Fixes: #36925

PR-URL: #38159
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Darshan Sen <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
@dmabupt
Copy link
Contributor Author

dmabupt commented Apr 12, 2021

landed in db9cf52

@dmabupt dmabupt closed this Apr 12, 2021
@dmabupt dmabupt deleted the ibmi_test_fs_read_type branch April 12, 2021 02:49
vtjnash pushed a commit to libuv/libuv that referenced this pull request May 13, 2021
Refs: nodejs/node#38159 (comment)
PR-URL: #3145
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Jameson Nash <[email protected]>
RaisinTen added a commit to RaisinTen/node that referenced this pull request May 13, 2021
RaisinTen added a commit to RaisinTen/node that referenced this pull request Aug 7, 2021
RaisinTen added a commit to RaisinTen/node that referenced this pull request Aug 22, 2021
jasnell pushed a commit that referenced this pull request Aug 28, 2021
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]>
targos pushed a commit that referenced this pull request Sep 6, 2021
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]>
targos pushed a commit that referenced this pull request Sep 6, 2021
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]>
JeffroMF pushed a commit to JeffroMF/libuv that referenced this pull request May 16, 2022
Refs: nodejs/node#38159 (comment)
PR-URL: libuv#3145
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Jameson Nash <[email protected]>
liujinye-sys pushed a commit to open-vela/apps_system_libuv that referenced this pull request Jul 23, 2025
Refs: nodejs/node#38159 (comment)
PR-URL: libuv/libuv#3145
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Jameson Nash <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. ibm i Issues and PRs related to the IBM i platform. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test-fs-read-type fails on IBM i

6 participants