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: replace flag expose_internals to expose-internals #32542

Conversation

juanarbol
Copy link
Member

They are the same, but --expose-internals seems to be the standard, actually, the written on src/node_options.h file, and by the way, --expose_internals flag is not documented anywhere.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Mar 29, 2020
@juanarbol juanarbol force-pushed the juanarbol/replace-expose_internals-flag branch from efebb61 to ecb7abf Compare March 29, 2020 05:44
@juanarbol juanarbol changed the title test: rename flag expose_internals to expose-internals test: replace flag expose_internals to expose-internals Mar 29, 2020
@cjihrig
Copy link
Contributor

cjihrig commented Mar 29, 2020

by the way, --expose_internals flag is not documented anywhere.

It sort of is: https://nodejs.org/api/cli.html#cli_options

@juanarbol
Copy link
Member Author

It sort of is: https://nodejs.org/api/cli.html#cli_options

I'm blind 🤦‍♂️

@addaleax addaleax added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 29, 2020
@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Mar 29, 2020

CI: https://ci.nodejs.org/job/node-test-pull-request/30171/ (:yellow_heart:)

@sam-github
Copy link
Contributor

No strong feelings on this PR, but note that using a mixture of _ and - in the tests, while it seems inconsistent, has a side-effect of ensuring that both continue to be supported (as documented).

@jasnell
Copy link
Member

jasnell commented Mar 29, 2020

@sam-github ... if we're concerned about that, then there should be a separate dedicated test that ensures that both _ and - options work correctly.

@cjihrig
Copy link
Contributor

cjihrig commented Mar 29, 2020

There is test/parallel/test-cli-node-options.js.

EDIT: Specifically these lines:

expect('--no-warnings', 'B\n');
expect('--no_warnings', 'B\n');

@juanarbol
Copy link
Member Author

juanarbol commented Mar 29, 2020

I think I can add a test for both flags.

addaleax pushed a commit that referenced this pull request Apr 2, 2020
PR-URL: #32542
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@addaleax
Copy link
Member

addaleax commented Apr 2, 2020

Landed in 7534477

@addaleax addaleax closed this Apr 2, 2020
Trott pushed a commit that referenced this pull request Apr 6, 2020
Add test cases that confirm that `--expose-internals` and
`--expose_internals` are disallowed in the NODE_OPTIONS environment
variable.

PR-URL: #32554
Refs: #32542
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
BethGriggs pushed a commit that referenced this pull request Apr 7, 2020
PR-URL: #32542
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
BethGriggs pushed a commit that referenced this pull request Apr 7, 2020
Add test cases that confirm that `--expose-internals` and
`--expose_internals` are disallowed in the NODE_OPTIONS environment
variable.

PR-URL: #32554
Refs: #32542
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Apr 12, 2020
PR-URL: #32542
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit that referenced this pull request Apr 12, 2020
Add test cases that confirm that `--expose-internals` and
`--expose_internals` are disallowed in the NODE_OPTIONS environment
variable.

PR-URL: #32554
Refs: #32542
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Apr 22, 2020
Add test cases that confirm that `--expose-internals` and
`--expose_internals` are disallowed in the NODE_OPTIONS environment
variable.

PR-URL: #32554
Refs: #32542
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@targos targos removed author ready PRs that have at least one approval, no pending requests for changes, and a CI started. backport-blocked-v12.x labels Apr 25, 2020
targos pushed a commit to targos/node that referenced this pull request Apr 25, 2020
PR-URL: nodejs#32542
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit that referenced this pull request Apr 28, 2020
PR-URL: #32542
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@juanarbol juanarbol deleted the juanarbol/replace-expose_internals-flag branch January 19, 2021 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants