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: move test-exec.js out of pummel #25686

Closed
wants to merge 1 commit into from

Conversation

Trott
Copy link
Member

@Trott Trott commented Jan 24, 2019

Move test/pummel/test-exec.js to
test/sequential/test-child-process-exec.js. The test does not seem to
use too much resources to be put in sequential. (It does, at least as
written, fail if it has too many other things to compete with, so let's
leave it in sequential for now rather than parallel.)

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

Move test/pummel/test-exec.js to
test/sequential/test-child-process-exec.js. The test does not seem to
use too much resources to be put in sequential. (It does, at least as
written, fail if it has too many other things to compete with, so let's
leave it in sequential for now rather than parallel.)
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Jan 24, 2019
@Trott
Copy link
Member Author

Trott commented Jan 24, 2019

Copy link
Member

@addaleax addaleax left a comment

Choose a reason for hiding this comment

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

Looks like something that we could also put into parallel if we want?

It does, however, fail locally for me on master, most likely because of @Fishrock123’s freshly-landed #24951?

@addaleax addaleax added the child_process Issues and PRs related to the child_process subsystem. label Jan 24, 2019
@Fishrock123
Copy link
Contributor

@addaleax Make sure you grab latest master, it has a fix.

Copy link
Member

@mhdawson mhdawson left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@Fishrock123 Fishrock123 left a comment

Choose a reason for hiding this comment

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

Do we need to do this? Do we even need this test? What isn't covered by existing parallel/test-child-processes-exec* tests?

Code coverage doesn't seem to indicate anything glaring..

@Trott
Copy link
Member Author

Trott commented Jan 24, 2019

Do we need to do this? Do we even need this test? What isn't covered by existing parallel/test-child-processes-exec* tests?

I'd be OK removing it.

Trott added a commit to Trott/io.js that referenced this pull request Jan 26, 2019
Remove redundant test/pummel/test-exec.js.

Refs: nodejs#25686 (review)
@Trott Trott mentioned this pull request Jan 26, 2019
2 tasks
Trott added a commit to Trott/io.js that referenced this pull request Jan 28, 2019
Remove redundant test/pummel/test-exec.js.

Refs: nodejs#25686 (review)

PR-URL: nodejs#25722
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@Trott
Copy link
Member Author

Trott commented Jan 28, 2019

Closed in favor of #25722

@Trott Trott closed this Jan 28, 2019
addaleax pushed a commit that referenced this pull request Jan 28, 2019
Remove redundant test/pummel/test-exec.js.

Refs: #25686 (review)

PR-URL: #25722
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@Trott Trott deleted the de-pummel-exec branch January 13, 2022 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
child_process Issues and PRs related to the child_process subsystem. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants