You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
09:20:12 not ok 1103 parallel/test-fs-read-promises-position-validation09:20:12 ---09:20:12 duration_ms: 1801.8240009:20:12 severity: fail09:20:12 exitcode: 109:20:12 stack: |-09:20:12 node:internal/process/esm_loader:4009:20:12 internalBinding('errors').triggerUncaughtException(09:20:12 ^09:20:12 09:20:12 [Error: EOVERFLOW: value too large for defined data type, read] {09:20:12 errno: -127,09:20:12 code: 'EOVERFLOW',09:20:12 syscall: 'read'09:20:12 }09:20:12 09:20:12 Node.js v21.0.0-pre09:20:12 ...
in test-fs-read-promises-position-validation.mjs
As stated in #50054
This looks like an oversight as
test-fs-read-position-validation.mjs includes
EOVERFLOW as an allowed error.
Fixes#50054
PR-URL: #50128
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
in test-fs-read-promises-position-validation.mjs
As stated in nodejs#50054
This looks like an oversight as
test-fs-read-position-validation.mjs includes
EOVERFLOW as an allowed error.
Fixesnodejs#50054
PR-URL: nodejs#50128
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
https://ci.nodejs.org/job/node-test-commit-ibmi/nodes=ibmi73-ppc64/1316/consoleFull
This test was introduced by #42835 last week.
Initial glance suggests it's an oversight:
node/test/parallel/test-fs-read-promises-position-validation.mjs
Lines 65 to 67 in b55adfb
compared to the non-promises test (test-fs-read-position-validation.mjs)
node/test/parallel/test-fs-read-position-validation.mjs
Lines 74 to 76 in 23cb478
cc @nodejs/platform-ibmi
The text was updated successfully, but these errors were encountered: