Skip to content

test: update var to const - #8599

Closed
matt-in-a-hat wants to merge 1 commit into
nodejs:masterfrom
matt-in-a-hat:test-cluster-disconnect-unshared-udp
Closed

test: update var to const#8599
matt-in-a-hat wants to merge 1 commit into
nodejs:masterfrom
matt-in-a-hat:test-cluster-disconnect-unshared-udp

Conversation

@matt-in-a-hat

Copy link
Copy Markdown
Contributor
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
Affected core subsystem(s)

test

Description of change

Updated var to const

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Sep 17, 2016

@cjihrigcjihrig left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@mscdexmscdex added the cluster Issues and PRs related to the cluster subsystem. label Sep 17, 2016
@imyller

Copy link
Copy Markdown
Member

@matt-in-a-hat Could you include reference to specific test in commit message? Thank you.

@matt-in-a-hat
matt-in-a-hatforce-pushed the test-cluster-disconnect-unshared-udp branch from 81cb07b to d3a3ba1CompareSeptember 20, 2016 07:40

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

LGTM

@imyller

Copy link
Copy Markdown
Member

@imyllerimyller self-assigned this Sep 20, 2016

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

LGTM

@imyller

Copy link
Copy Markdown
Member

I'll start landing this.

  • Three LGTMs
  • No objections
  • CI test passed (usual unrelated failures)

imyller pushed a commit to imyller/node that referenced this pull request Sep 20, 2016
Changed var to const
PR-URL: nodejs#8599
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
@imyller

Copy link
Copy Markdown
Member

landed in 57b7e85

Thank you for your contribution, @matt-in-a-hat

@imyllerimyller closed this Sep 20, 2016
@imyllerimyller removed their assignment Sep 20, 2016
Fishrock123 pushed a commit that referenced this pull request Oct 11, 2016
Changed var to const
PR-URL: #8599
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clusterIssues and PRs related to the cluster subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@matt-in-a-hat@imyller@lpinca@cjihrig@mscdex@MylesBorins@nodejs-github-bot