Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 2 commits into from

Conversation

suryagh
Copy link
Contributor

@suryagh suryagh commented May 14, 2016

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

suryagh commented May 14, 2016

/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
Copy link
Contributor

mscdex commented May 14, 2016

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

Choose a reason for hiding this comment

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

Done

@jasnell
Copy link
Member

jasnell commented May 15, 2016

couple of minor nits but otherwise LGTM

@jasnell
Copy link
Member

jasnell commented May 15, 2016

@nodejs/http

@mscdex
Copy link
Contributor

mscdex commented May 15, 2016

same. LGTM once nits are addressed.

@cjihrig
Copy link
Contributor

cjihrig commented May 15, 2016

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
Member

indutny commented May 15, 2016

LGTM

1 similar comment
@jbergstroem
Copy link
Member

LGTM

@jasnell
Copy link
Member

jasnell commented May 17, 2016

@jasnell
Copy link
Member

jasnell commented May 17, 2016

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
Member

jasnell commented May 17, 2016

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