Skip to content

v6.x backport - test: convert var->const/let in tests - #11775

Closed
gibfahn wants to merge 5 commits into
nodejs:v6.x-stagingfrom
gibfahn:var2const-v6.x
Closed

v6.x backport - test: convert var->const/let in tests#11775
gibfahn wants to merge 5 commits into
nodejs:v6.x-stagingfrom
gibfahn:var2const-v6.x

Conversation

@gibfahn

@gibfahngibfahn commented Mar 9, 2017

Copy link
Copy Markdown
Member

I'll fix up the commit messages once the tests are passing.EDIT: They are.

Backport of #10685, I couldn't cherry-pick as it brought in hundreds of unrelated changes, so I redid the eslint --fix and manual fixup for v6.x.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test, tools

@nodejs-github-botnodejs-github-bot added test Issues and PRs related to the tests. v6.x labels Mar 9, 2017
@gibfahn

Copy link
Copy Markdown
MemberAuthor

CI: https://ci.nodejs.org/job/node-test-commit/8347/

Once CI is passing I'll squash and tidy up. @MylesBorins

@gibfahn

gibfahn commented Mar 10, 2017

Copy link
Copy Markdown
MemberAuthor

CI was green, squashing and rerunning.

If anyone wants to review, var2const-v6.x-presquash has the pre-squash commits (the most recent 4 commits are the ones that were manual).

CI 2: https://ci.nodejs.org/job/node-test-commit/8358/

Should be good to land if CI passes.

@gibfahngibfahn changed the title WIP - v6.x backport - test: convert var->const/let in testsv6.x backport - test: convert var->const/let in testsMar 10, 2017
@gibfahn

Copy link
Copy Markdown
MemberAuthor

CI failure looks like an Jenkins/Git issue, rerunning to confirm:

CI 3: https://ci.nodejs.org/job/node-test-commit/8373/

@sam-githubsam-github changed the title v6.x backport - test: convert var->const/let in tests6.x backport - test: convert var->const/let in testsMar 10, 2017
@sam-githubsam-github changed the title 6.x backport - test: convert var->const/let in testsv6.x backport - test: convert var->const/let in testsMar 10, 2017
@jasnell

Copy link
Copy Markdown
Member

largely rubber stamp LGTM assuming CI is all good

sam-githuband others added 3 commits March 21, 2017 22:26
PR-URL: nodejs#10980
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
Original Commit Message:
PR-URL: nodejs#11872
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Backport-Of: nodejs#11872
PR-URL: nodejs#11943
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#11943
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
@jasnell

Copy link
Copy Markdown
Member

This needs a rebase on the current v6.x-staging

gibfahnand others added 2 commits March 22, 2017 17:54
Manually fix issues that eslint --fix couldn't do automatically.
@gibfahn

Copy link
Copy Markdown
MemberAuthor

This needs a rebase on the current v6.x-staging

Done

MylesBorins pushed a commit that referenced this pull request Apr 13, 2017
Backport-PR-URL: #11775
PR-URL: #10685
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
MylesBorins pushed a commit that referenced this pull request Apr 13, 2017
Manually fix issues that eslint --fix couldn't do automatically.
Backport-PR-URL: #11775
PR-URL: #10685
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
@MylesBorins

Copy link
Copy Markdown
Contributor

landed in 078188d...b2fc0f0

@gibfahn
gibfahn deleted the var2const-v6.x branch April 14, 2017 08:09
MylesBorins pushed a commit that referenced this pull request Apr 19, 2017
Backport-PR-URL: #11775
PR-URL: #10685
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
MylesBorins pushed a commit that referenced this pull request Apr 19, 2017
Manually fix issues that eslint --fix couldn't do automatically.
Backport-PR-URL: #11775
PR-URL: #10685
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
andrew749 pushed a commit to michielbaird/node that referenced this pull request Jul 19, 2017
Backport-PR-URL: nodejs/node#11775
PR-URL: nodejs/node#10685
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
andrew749 pushed a commit to michielbaird/node that referenced this pull request Jul 19, 2017
Manually fix issues that eslint --fix couldn't do automatically.
Backport-PR-URL: nodejs/node#11775
PR-URL: nodejs/node#10685
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@gibfahn@jasnell@MylesBorins@sam-github@TimothyGu@nodejs-github-bot@mhdawson