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

@suryagh suryagh commented May 14, 2016

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-bot nodejs-github-bot added the test Issues and PRs related to the tests. label May 14, 2016
@suryagh

suryagh commented May 14, 2016

Copy link
Copy Markdown
Contributor Author

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

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

mscdex commented May 14, 2016

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
Contributor Author

Choose a reason for hiding this comment

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

Done

@jasnell

jasnell commented May 15, 2016

Copy link
Copy Markdown
Member

couple of minor nits but otherwise LGTM

@jasnell

jasnell commented May 15, 2016

Copy link
Copy Markdown
Member

@nodejs/http

@mscdex

mscdex commented May 15, 2016

Copy link
Copy Markdown
Contributor

same. LGTM once nits are addressed.

@cjihrig

cjihrig commented May 15, 2016

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

indutny commented May 15, 2016

Copy link
Copy Markdown
Member

LGTM

1 similar comment
@jbergstroem

Copy link
Copy Markdown
Member

LGTM

@jasnell

jasnell commented May 17, 2016

Copy link
Copy Markdown
Member

@jasnell

jasnell commented May 17, 2016

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

jasnell commented May 17, 2016

Copy link
Copy Markdown
Member

Landed in 377eb22

@jasnell jasnell 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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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