fs: readdir fails when libuv returns UV_DIRENT_UNKNOWN and the first arg is Buffer #33395
Closed
shackijj wants to merge 5 commits intonodejs:masterfrom
Closed
fs: readdir fails when libuv returns UV_DIRENT_UNKNOWN and the first arg is Buffer #33395shackijj wants to merge 5 commits intonodejs:masterfrom
shackijj wants to merge 5 commits intonodejs:masterfrom
Conversation
Contributor
Author
|
Created this PR as to check if the test fails on Ubuntu. |
f588be8 to
b65f5c6
Compare
Member
|
@shackijj there is a single failure on Linux: |
Contributor
Author
8ae28ff to
2935f72
Compare
0133675 to
0ecdfd0
Compare
Contributor
Author
|
@addaleax could you please take a look at this PR? |
addaleax
approved these changes
Jun 16, 2020
Contributor
Author
|
Could anyone relaunch the CI pipline please? |
b5d8c5c to
e6d39b3
Compare
Contributor
Author
relaunched through commit |
Contributor
Author
|
@addaleax I made the changes that you suggested. Could you please review the code again? Should I do something else? |
jasnell
reviewed
Jun 24, 2020
jasnell
approved these changes
Jun 24, 2020
Refs nodejs#33348 Co-authored-by: James M Snell <[email protected]>
Collaborator
|
|
jasnell
pushed a commit
that referenced
this pull request
Jun 25, 2020
Fixes: #33348 PR-URL: #33395 Refs: #33348 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
Member
|
Landed in 82f13fa |
codebytere
pushed a commit
that referenced
this pull request
Jun 27, 2020
Fixes: #33348 PR-URL: #33395 Refs: #33348 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
15 tasks
Merged
This was referenced Jun 29, 2020
codebytere
pushed a commit
that referenced
this pull request
Jun 30, 2020
Fixes: #33348 PR-URL: #33395 Refs: #33348 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
codebytere
pushed a commit
that referenced
this pull request
Jul 10, 2020
Fixes: #33348 PR-URL: #33395 Refs: #33348 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
codebytere
pushed a commit
that referenced
this pull request
Jul 12, 2020
Fixes: #33348 PR-URL: #33395 Refs: #33348 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
Merged
codebytere
pushed a commit
that referenced
this pull request
Jul 14, 2020
Fixes: #33348 PR-URL: #33395 Refs: #33348 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs: #33348
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes