-
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: parallel/test-fs-read-promises-position-validation fails on IBM i #50054
Comments
richardlau
added
test
Issues and PRs related to the tests.
ibm i
Issues and PRs related to the IBM i platform.
labels
Oct 5, 2023
abmusse
added a commit
to abmusse/node
that referenced
this issue
Oct 10, 2023
for test/parallel/test-fs-read-promises-position-validation.mjs As stated in nodejs#50054 This looks like an oversight as test/parallel/test-fs-read-position-validation.mjs includes EOVERFLOW as an allowed error. Fixes nodejs#50054
abmusse
added a commit
to abmusse/node
that referenced
this issue
Oct 10, 2023
for test/parallel/test-fs-read-promises-position-validation.mjs As stated in nodejs#50054 This looks like an oversight as test/parallel/test-fs-read-position-validation.mjs includes EOVERFLOW as an allowed error. Fixes nodejs#50054
abmusse
added a commit
to abmusse/node
that referenced
this issue
Oct 10, 2023
in test/parallel/test-fs-read-promises-position-validation.mjs As stated in nodejs#50054 This looks like an oversight as test/parallel/test-fs-read-position-validation.mjs includes EOVERFLOW as an allowed error. Fixes nodejs#50054
abmusse
added a commit
to abmusse/node
that referenced
this issue
Oct 10, 2023
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. Fixes nodejs#50054
nodejs-github-bot
pushed a commit
that referenced
this issue
Oct 12, 2023
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>
alexfernandez
pushed a commit
to alexfernandez/node
that referenced
this issue
Nov 1, 2023
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. Fixes nodejs#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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: