Skip to content

test: remove unnecessary strictEqual() argument from remoteClose() - #20343

Closed
dayloryanes wants to merge 1 commit into
nodejs:masterfrom
dayloryanes:test/http-agent-keepalive
Closed

test: remove unnecessary strictEqual() argument from remoteClose()#20343
dayloryanes wants to merge 1 commit into
nodejs:masterfrom
dayloryanes:test/http-agent-keepalive

Conversation

@dayloryanes

Copy link
Copy Markdown
Contributor

On the remoteClose() test, removing the string literal message on the third argument from assert.strictEqual(), allows for the value of agent.freeSockets[name] to get printed.

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

cc: @Trott

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Apr 26, 2018
@Trott

Copy link
Copy Markdown
Member

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 26, 2018
@Trott

Copy link
Copy Markdown
Member

@Trott

Copy link
Copy Markdown
Member

@Trott

Copy link
Copy Markdown
Member

@trivikr

Copy link
Copy Markdown
Member

Another CI-rerun for node-test-commit-windows-fanned https://ci.nodejs.org/job/node-test-commit-windows-fanned/17709/

@trivikr

Copy link
Copy Markdown
Member

Landed in aa18e22

Congratulations @dayloryanes on your first commit in Node.js core! 🎉 🎉 🎉

trivikr pushed a commit that referenced this pull request May 3, 2018
PR-URL: #20343
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@trivikrtrivikr closed this May 3, 2018
MylesBorins pushed a commit that referenced this pull request May 4, 2018
PR-URL: #20343
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@jasnell

Copy link
Copy Markdown
Member

Landed is merged. we don't use the big green button to merge for a number of reasons. This will go out in an upcoming 10.x

@dayloryanes

dayloryanes commented May 5, 2018

Copy link
Copy Markdown
ContributorAuthor

Thank you @jasnell for the clarification.

@MylesBorinsMylesBorins mentioned this pull request May 8, 2018
MylesBorins pushed a commit that referenced this pull request May 8, 2018
PR-URL: #20343
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@dayloryanes@Trott@trivikr@jasnell@lpinca@cjihrig@richardlau@BridgeAR@nodejs-github-bot