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: refactor parallel/test-process-env.js #8324

Closed
wants to merge 1 commit into from

Conversation

Trott
Copy link
Member

@Trott Trott commented Aug 29, 2016

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

test process

Description of change
  • Remove disabling of lint rule
  • Enable commented-out test
  • == -> ===
  • var -> const

@Trott Trott added test Issues and PRs related to the tests. process Issues and PRs related to the process subsystem. labels Aug 29, 2016
@jasnell
Copy link
Member

jasnell commented Aug 29, 2016

LGTM

1 similar comment
@cjihrig
Copy link
Contributor

cjihrig commented Aug 29, 2016

LGTM

@Trott
Copy link
Member Author

Trott commented Aug 31, 2016

CI, although Raspberry Pi issues abound at the moment. Will almost certainly need to re-run. But just to suss out anything that might be lurking elsewhere. CI: https://ci.nodejs.org/job/node-test-pull-request/3898/

@Trott
Copy link
Member Author

Trott commented Aug 31, 2016

Looks like the test that was commented out fails on AIX and Windows. I'll comment it out again. It may make sense to skip it only on those platforms, but I'd want something like that to happen in a separate PR, I think.

* Remove disabling of lint rule
* Enable commented-out test
* == -> ===
* var -> const
@Trott
Copy link
Member Author

Trott commented Aug 31, 2016

@Trott
Copy link
Member Author

Trott commented Aug 31, 2016

CI passed. (Yellow because of AIX perma-yellow right now.)

Trott added a commit to Trott/io.js that referenced this pull request Aug 31, 2016
* Remove disabling of lint rule
* == -> ===
* var -> const

PR-URL: nodejs#8324
Reviewed-By: jasnell - James M Snell <jasnell@gmail.com>
Reviewed-By: cjihrig - Colin Ihrig <cjihrig@gmail.com>
@Trott
Copy link
Member Author

Trott commented Aug 31, 2016

Landed in 266270e

@Trott Trott closed this Aug 31, 2016
@Fishrock123 Fishrock123 mentioned this pull request Sep 6, 2016
Fishrock123 pushed a commit to Fishrock123/node that referenced this pull request Sep 8, 2016
* Remove disabling of lint rule
* == -> ===
* var -> const

PR-URL: nodejs#8324
Reviewed-By: jasnell - James M Snell <jasnell@gmail.com>
Reviewed-By: cjihrig - Colin Ihrig <cjihrig@gmail.com>
Fishrock123 pushed a commit that referenced this pull request Sep 9, 2016
* Remove disabling of lint rule
* == -> ===
* var -> const

PR-URL: #8324
Reviewed-By: jasnell - James M Snell <jasnell@gmail.com>
Reviewed-By: cjihrig - Colin Ihrig <cjihrig@gmail.com>
@Trott Trott deleted the refactor-test-process-env branch January 13, 2022 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
process Issues and PRs related to the process subsystem. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants