Skip to content
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

Modified pipePrefix to using relative path verses full path. #15988

Closed
wants to merge 1 commit into from

Conversation

drmoodle
Copy link

@drmoodle drmoodle commented Oct 6, 2017

Modified pipePrefix because if full path character count is to long you will get an error about port.
Test was done by using the following based on my directory ./node /Users/appleman/GitRepositories/github/NodeInteractiveWorkShops/FridayCodeAndLearn/node/test/parallel/test-tls-net-connect-prefer-path.js

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • [x ] tests and/or benchmarks are included
Affected core subsystem(s)

@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Oct 6, 2017
@Trott Trott added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Oct 6, 2017
Copy link
Member

@jasnell jasnell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if CI is green

exports.PIPE = pipePrefix + pipeName;

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a nit: this extra new line is unnecessary

@joyeecheung
Copy link
Member

@Trott
Copy link
Member

Trott commented Oct 13, 2017

CI will need to be re-run. It didn't run any tests/sub-tasks. Hopefully @nodjes/build has this fixed or will have it fixed soon...

@joyeecheung
Copy link
Member

@joyeecheung
Copy link
Member

joyeecheung commented Oct 14, 2017

CI failures look unrelated. Landed in 971aad1 with #15988 (comment) fixed. Thanks for the contribution!

joyeecheung pushed a commit that referenced this pull request Oct 14, 2017
Modified pipePrefix to use relative path on windows,
previously tests failed when the full path was 120+ characters

PR-URL: #15988
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
addaleax pushed a commit to ayojs/ayo that referenced this pull request Oct 15, 2017
Modified pipePrefix to use relative path on windows,
previously tests failed when the full path was 120+ characters

PR-URL: nodejs/node#15988
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
targos pushed a commit that referenced this pull request Oct 18, 2017
Modified pipePrefix to use relative path on windows,
previously tests failed when the full path was 120+ characters

PR-URL: #15988
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@MylesBorins
Copy link
Member

Should this be backported to v6.x-staging? If yes please follow the guide and raise a backport PR, if not let me know or add the dont-land-on label.

@richardlau
Copy link
Member

If this is backported it should come with #16364.

@Trott Trott mentioned this pull request Nov 17, 2017
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants