FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: replace fixturesDir with fixtures in https agent create connect… by Greg-GB · Pull Request #15913 · nodejs/node · GitHub

/ node Public

test: replace fixturesDir with fixtures in https agent create connect… - #15913

Closed
Greg-GB wants to merge 2 commits into
nodejs:masterfrom
Greg-GB:NodeInteractiveFixtures
Closed

test: replace fixturesDir with fixtures in https agent create connect…#15913
Greg-GB wants to merge 2 commits into
nodejs:masterfrom
Greg-GB:NodeInteractiveFixtures

Conversation

Greg-GB commented Oct 6, 2017

Copy link
Copy Markdown
Contributor

…ion test

Replace fixturesDir with common.fixtures module and removed unused fs module.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

nodejs-github-bot added the test Issues and PRs related to the tests. label Oct 6, 2017
watilde previously requested changes Oct 6, 2017
const options = {
key: fs.readFileSync(`${common.fixturesDir}/keys/agent1-key.pem`),
cert: fs.readFileSync(`${common.fixturesDir}/keys/agent1-cert.pem`),
key: fixtures.readSync('keys/agent1-key.pem'),

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I think we also can use fixtures.readKey.

mscdex added the https Issues or PRs related to the https subsystem. label Oct 6, 2017
Trott added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Oct 6, 2017
gibfahn dismissed watilde’s stale review October 7, 2017 18:37

Requested changes have been made.

gibfahn commented Oct 7, 2017
edited
Loading

Copy link
Copy Markdown
Member

CI: https://ci.nodejs.org/job/node-test-commit/12856/

EDIT: CI was green

gibfahn commented Oct 7, 2017

Copy link
Copy Markdown
Member

Landing...

gibfahn commented Oct 7, 2017

Copy link
Copy Markdown
Member

Landed in d36433e

gibfahn closed this Oct 7, 2017

gibfahn commented Oct 7, 2017

Copy link
Copy Markdown
Member

@Greg-GB congratulations on becoming a Node.js contributor!

gibfahn pushed a commit that referenced this pull request Oct 7, 2017
PR-URL: #15913
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins mentioned this pull request Oct 10, 2017
MylesBorins pushed a commit that referenced this pull request Oct 11, 2017
PR-URL: #15913
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
addaleax pushed a commit to addaleax/ayo that referenced this pull request Oct 12, 2017
PR-URL: nodejs/node#15913
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit that referenced this pull request Nov 14, 2017
PR-URL: #15913
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins mentioned this pull request Nov 21, 2017
MylesBorins pushed a commit that referenced this pull request Nov 21, 2017
PR-URL: #15913
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit that referenced this pull request Nov 28, 2017
PR-URL: #15913
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
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

Labels

code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. https Issues or PRs related to the https subsystem. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants


Back | FazBrowse Home | New Git URL