-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Conversation
LGTM |
1 similar comment
LGTM |
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/ |
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
6915a2e
to
4fd2578
Compare
CI passed. (Yellow because of AIX perma-yellow right now.) |
* 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>
Landed in 266270e |
* 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>
* 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>
Checklist
make -j4 test
(UNIX), orvcbuild test nosign
(Windows) passesAffected core subsystem(s)
test process
Description of change
==
->===
var
->const