Uh oh!
There was an error while loading. Please reload this page.
src: write named pipe info in diagnostic report - #38637
Conversation
6c0cadd to
6ae29a1CompareWrites pipe handles with `uv_pipe_getsockname()` and `uv_pipe_getpeername()`.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
legendecas
commented
May 18, 2021
Just set up a windows environment to test around the test suite compatibility issue. I will update once the test gets fixed. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
legendecas
commented
May 19, 2021
@addaleax@gireeshpunathil@richardlau updated to pass windows tests. PTAL :) |
gireeshpunathil
commented
May 19, 2021
LGTM! |
| // Exit on loss of parent process | ||
| const exit = () => process.exit(2); | ||
| process.on('disconnect', exit); | ||
| function pipeName(windowsExtended) { |
There was a problem hiding this comment.
This function is only called with windowsExtended set to true so the parameter is superfluous?
There was a problem hiding this comment.
Updated common.PIPE to use '\\?\' prefix. Most likely there should not be any difference regarding the pipe API. However my local windows VM doesn't behave well and lots of unrelated test cases were falling for unknown reasons. So just pushed the updates and let's see what the CI says.
This comment has been minimized.
This comment has been minimized.
various pipe connect API failed in parallel/test-net-connect-options-path.
This comment has been minimized.
This comment has been minimized.
CI: https://ci.nodejs.org/job/node-test-pull-request/38219/
|
CI: https://ci.nodejs.org/job/node-test-pull-request/38223/
|
CI: https://ci.nodejs.org/job/node-test-pull-request/38229/
|
nodejs-github-bot
commented
May 20, 2021
legendecas
commented
May 21, 2021
Landed in 50f076c |
Writes pipe handles with
uv_pipe_getsockname()anduv_pipe_getpeername().Fixes: #38625