Skip to content

test: improve https coverage to check create connection - #11435

Closed
chiiia12 wants to merge 1 commit into
nodejs:masterfrom
chiiia12:improve_test_https2
Closed

test: improve https coverage to check create connection#11435
chiiia12 wants to merge 1 commit into
nodejs:masterfrom
chiiia12:improve_test_https2

Conversation

@chiiia12

@chiiia12chiiia12 commented Feb 17, 2017

Copy link
Copy Markdown

This PR improves https coverage (maybe cover statement 100%).

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Feb 17, 2017
@mscdexmscdex added the https Issues or PRs related to the https subsystem. label Feb 17, 2017

@jasnelljasnell 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.

Almost there!

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.

common.mustCall() would be good here too

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.

common.mustCall() here as well

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.

... and here :-)

@chiiia12

Copy link
Copy Markdown
Author

@jasnell thanks for reviewing! I fix it.

@yosuke-furukawa

Copy link
Copy Markdown
Member

LGTM.

@hiroppy

Copy link
Copy Markdown
Member

hiroppy pushed a commit that referenced this pull request Mar 2, 2017
PR-URL: #11435
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
@hiroppy

Copy link
Copy Markdown
Member

landed in 104c9ac, thanks!

@hiroppyhiroppy closed this Mar 2, 2017
@bnoordhuis

Copy link
Copy Markdown
Member

See #11644, the test appears to be rather flaky.

addaleax pushed a commit that referenced this pull request Mar 5, 2017
PR-URL: #11435
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
@evanlucasevanlucas mentioned this pull request Mar 8, 2017
MylesBorins pushed a commit that referenced this pull request Apr 17, 2017
PR-URL: #11435
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
@MylesBorins

Copy link
Copy Markdown
Contributor

I've backported including the change that closed #11644

LMK if this should be reverted

MylesBorins pushed a commit that referenced this pull request Apr 19, 2017
PR-URL: #11435
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
@MylesBorinsMylesBorins mentioned this pull request Apr 19, 2017
andrew749 pushed a commit to michielbaird/node that referenced this pull request Jul 19, 2017
PR-URL: nodejs/node#11435
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
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

@chiiia12@yosuke-furukawa@hiroppy@bnoordhuis@MylesBorins@jasnell@mscdex@nodejs-github-bot