Skip to content

test: add tests for process.setgroups() - #21286

Closed
shisama wants to merge 2 commits into
nodejs:masterfrom
shisama:test-process-setgroups
Closed

test: add tests for process.setgroups()#21286
shisama wants to merge 2 commits into
nodejs:masterfrom
shisama:test-process-setgroups

Conversation

@shisama

@shisamashisama commented Jun 12, 2018

Copy link
Copy Markdown
Contributor

Added tests to validate process.setgroups() arguments

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

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Jun 12, 2018
Added tests to validate process.setgroups() arguments
@shisama
shisamaforce-pushed the test-process-setgroups branch from adfe065 to b2035c8CompareJune 12, 2018 14:46

@richardlaurichardlau left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The docs say This function is only available on POSIX platforms (i.e. not Windows or Android). so I think this test either needs to assert the function is undefined on non-POSIX or the test skipped.

@addaleaxaddaleax added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jun 14, 2018
@addaleax

Copy link
Copy Markdown
Member

jasnell pushed a commit that referenced this pull request Jun 21, 2018
Added tests to validate process.setgroups() arguments
PR-URL: #21286
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
jasnell pushed a commit that referenced this pull request Jun 21, 2018
PR-URL: #21286
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@jasnell

Copy link
Copy Markdown
Member

Landed in 77bbdfd and 2066cd4

@jasnelljasnell closed this Jun 21, 2018
targos pushed a commit that referenced this pull request Jun 22, 2018
Added tests to validate process.setgroups() arguments
PR-URL: #21286
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
targos pushed a commit that referenced this pull request Jun 22, 2018
PR-URL: #21286
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@targostargos mentioned this pull request Jul 3, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@shisama@addaleax@jasnell@lpinca@targos@richardlau@nodejs-github-bot