Skip to content

test: using common.fixtures.fixturesDir in test-https-timeout-server.js - #15871

Closed
nicolasnoble wants to merge 1 commit into
nodejs:masterfrom
nicolasnoble:node-fixit-crowdfunding
Closed

test: using common.fixtures.fixturesDir in test-https-timeout-server.js#15871
nicolasnoble wants to merge 1 commit into
nodejs:masterfrom
nicolasnoble:node-fixit-crowdfunding

Conversation

@nicolasnoble

Copy link
Copy Markdown
Contributor
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows [commit guidelines]
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to Node.js core tests and test infrastructure. label Oct 6, 2017
@mscdex mscdex added the https Issues and PRs related to the https subsystem. 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
@Trott

Trott commented Oct 8, 2017

Copy link
Copy Markdown
Member

Hi, @nicolasnoble! Welcome and thank you for this! Can you update it to use fixtures.readKey()? See docs at https://github.com/nodejs/node/tree/master/test/common#fixtures-module

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.

these can be:

key: fixtures.readKey('agent1-key.pem'),
cert: fixtures.readKey('agent1-cert.pem')
@joyeecheung

Copy link
Copy Markdown
Member
1 similar comment
@BridgeAR

Copy link
Copy Markdown
Member
Replace `common.fixturesDir` usage in test-https-timeout-server.js with
`fixtures.readKey()`.
@Trott
Trott force-pushed the node-fixit-crowdfunding branch from 6997976 to 6c2e23f Compare October 21, 2017 20:49
@Trott

Trott commented Oct 21, 2017

Copy link
Copy Markdown
Member

@gireeshpunathil gireeshpunathil left a comment

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.

CI failures unrelated and good to land, but wait for a couple of LGTMs

@gireeshpunathil

Copy link
Copy Markdown
Member

Landed in cfea677 , thanks for the contribution!

MylesBorins pushed a commit that referenced this pull request Oct 23, 2017
Replace `common.fixturesDir` usage in test-https-timeout-server.js with
`fixtures.readKey()`.

PR-URL: #15871
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
addaleax pushed a commit to ayojs/ayo that referenced this pull request Oct 26, 2017
Replace `common.fixturesDir` usage in test-https-timeout-server.js with
`fixtures.readKey()`.

PR-URL: nodejs/node#15871
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
MylesBorins pushed a commit that referenced this pull request Nov 16, 2017
Replace `common.fixturesDir` usage in test-https-timeout-server.js with
`fixtures.readKey()`.

PR-URL: #15871
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@MylesBorins MylesBorins mentioned this pull request Nov 21, 2017
MylesBorins pushed a commit that referenced this pull request Nov 21, 2017
Replace `common.fixturesDir` usage in test-https-timeout-server.js with
`fixtures.readKey()`.

PR-URL: #15871
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
MylesBorins pushed a commit that referenced this pull request Nov 28, 2017
Replace `common.fixturesDir` usage in test-https-timeout-server.js with
`fixtures.readKey()`.

PR-URL: #15871
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
addaleax pushed a commit to ayojs/ayo that referenced this pull request Dec 7, 2017
Replace `common.fixturesDir` usage in test-https-timeout-server.js with
`fixtures.readKey()`.

PR-URL: nodejs/node#15871
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
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 and PRs related to the https subsystem. test Issues and PRs related to Node.js core tests and test infrastructure.

9 participants