Skip to content

Conversation

@Trott
Copy link
Member

Checklist
  • tests and code linting passes
  • the commit message follows commit guidelines
Affected core subsystem(s)

test tls

Description of change

Replace booleans with common.mustCall(), migrate from var to
const, and apply minor formatting changes.

/cc @nodejs/testing @nodejs/crypto

@TrottTrott added tls Issues and PRs related to the tls subsystem. test Issues and PRs related to the tests. labels May 14, 2016
@indutny
Copy link
Member

LGTM if CI is green.

Copy link
Member

Choose a reason for hiding this comment

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

Maybe remove this log?

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

I left it in to preserve the original test's logging. But I'm happy to take it out.

@santigimeno
Copy link
Member

CI: https://ci.nodejs.org/job/node-test-pull-request/2646/. LGTM if CI is green.

Copy link
Member

Choose a reason for hiding this comment

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

Can this be pointed at a non-specific url? www.example.org for instance?

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

Changed. Thanks!

@jasnell
Copy link
Member

Minor nit, otherwise LGTM

@TrottTrottforce-pushed the tlsyo branch 2 times, most recently from 0acd996 to 34cfca9CompareMay 19, 2016 20:14
Replace booleans with `common.mustCall()`, migrate from `var` to `const`, and apply minor formatting changes.
@Trott
Copy link
MemberAuthor

Fixed a nit, rebased, force pushed. CI: https://ci.nodejs.org/job/node-test-pull-request/2706/

@Trott
Copy link
MemberAuthor

Ci is green. Landing...

Trott added a commit to Trott/io.js that referenced this pull request May 19, 2016
Replace booleans with `common.mustCall()`, migrate from `var` to `const`, and apply minor formatting changes. PR-URL: nodejs#6756 Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: James M Snell <[email protected]>
@Trott
Copy link
MemberAuthor

Landed in 395cc88

@TrottTrott closed this May 19, 2016
Fishrock123 pushed a commit that referenced this pull request May 23, 2016
Replace booleans with `common.mustCall()`, migrate from `var` to `const`, and apply minor formatting changes. PR-URL: #6756 Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: James M Snell <[email protected]>
rvagg pushed a commit that referenced this pull request Jun 2, 2016
Replace booleans with `common.mustCall()`, migrate from `var` to `const`, and apply minor formatting changes. PR-URL: #6756 Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: James M Snell <[email protected]>
MylesBorins pushed a commit that referenced this pull request Jun 3, 2016
Replace booleans with `common.mustCall()`, migrate from `var` to `const`, and apply minor formatting changes. PR-URL: #6756 Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: James M Snell <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Jun 24, 2016
MylesBorins pushed a commit that referenced this pull request Jun 24, 2016
Replace booleans with `common.mustCall()`, migrate from `var` to `const`, and apply minor formatting changes. PR-URL: #6756 Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: James M Snell <[email protected]>
MylesBorins pushed a commit that referenced this pull request Jun 24, 2016
Replace booleans with `common.mustCall()`, migrate from `var` to `const`, and apply minor formatting changes. PR-URL: #6756 Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: James M Snell <[email protected]>
@TrottTrott deleted the tlsyo branch January 13, 2022 22:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.tlsIssues and PRs related to the tls subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@Trott@indutny@santigimeno@jasnell@MylesBorins