Skip to content

test: added test for https-agent-getname - #6762

Closed
suryagh wants to merge 2 commits into
nodejs:masterfrom
suryagh:getname-tests
Closed

test: added test for https-agent-getname#6762
suryagh wants to merge 2 commits into
nodejs:masterfrom
suryagh:getname-tests

Conversation

@suryagh

Copy link
Copy Markdown
Contributor
Checklist
  • tests and code linting passes
  • a test and/or benchmark is included
Affected core subsystem(s)
Description of change

Added tests for https.Agent.getName()

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label May 14, 2016
@suryagh

Copy link
Copy Markdown
ContributorAuthor

/cc @timotheeg idk, but just in case if this can be leveraged for the test you seems to be working to reproduce #6687

@mscdexmscdex added the https Issues or PRs related to the https subsystem. label May 14, 2016
@mscdex

Copy link
Copy Markdown
Contributor

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

FreeBSD failure is unrelated


require('../common');
var assert = require('assert');
var https = require('https');

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 should use const

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Done

@jasnell

Copy link
Copy Markdown
Member

couple of minor nits but otherwise LGTM

@jasnell

Copy link
Copy Markdown
Member

@nodejs/http

@mscdex

Copy link
Copy Markdown
Contributor

same. LGTM once nits are addressed.

@cjihrig

Copy link
Copy Markdown
Contributor

LGTM. @suryagh just a heads up, GitHub doesn't notify anyone when you update a PR, so it's helpful if you leave a comment.

@indutny

Copy link
Copy Markdown
Member

LGTM

1 similar comment
@jbergstroem

Copy link
Copy Markdown
Member

LGTM

@jasnell

Copy link
Copy Markdown
Member

@jasnell

Copy link
Copy Markdown
Member

CI had a few build bot and flaky failures... just to be safe, running again: https://ci.nodejs.org/job/node-test-pull-request/2680/

jasnell pushed a commit that referenced this pull request May 17, 2016
PR-URL: #6762
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
@jasnell

Copy link
Copy Markdown
Member

Landed in 377eb22

@jasnelljasnell closed this May 17, 2016
Fishrock123 pushed a commit that referenced this pull request May 23, 2016
PR-URL: #6762
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
rvagg pushed a commit that referenced this pull request Jun 2, 2016
PR-URL: #6762
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
@suryagh
suryagh deleted the getname-tests branch June 7, 2016 03:35
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

httpsIssues or PRs related to the https subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@suryagh@mscdex@jasnell@cjihrig@indutny@jbergstroem@MylesBorins@nodejs-github-bot