-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
fs: readdir fails when libuv returns UV_DIRENT_UNKNOWN and the first arg is Buffer #33395
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Created this PR as to check if the test fails on Ubuntu. |
f588be8
to
b65f5c6
Compare
@shackijj there is a single failure on Linux:
|
8ae28ff
to
2935f72
Compare
0133675
to
0ecdfd0
Compare
@addaleax could you please take a look at this PR? |
Could anyone relaunch the CI pipline please? |
b5d8c5c
to
e6d39b3
Compare
relaunched through commit |
@addaleax I made the changes that you suggested. Could you please review the code again? Should I do something else? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, thanks for the ping :)
Refs nodejs#33348 Co-authored-by: James M Snell <jasnell@gmail.com>
|
Landed in 82f13fa |
Refs: #33348
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes