Skip to content

Conversation

@rajdhandus
Copy link
Contributor

@rajdhandus rajdhandus commented Apr 3, 2018

The test cases will be re-named to be more appropriate.

test-process-geteuid-getegid.js will be renamed to
test-process-euid-egid.js

test-process-setuid-setgid.js will be renamed to
test-process-uid-gid.js

Fixes: #19592

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

@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Apr 3, 2018
@tniessen tniessen added the fast-track PRs that do not need to wait for 48 hours to land. label Apr 3, 2018
@tniessen
Copy link
Member

tniessen commented Apr 3, 2018

@lpinca
Copy link
Member

lpinca commented Apr 4, 2018

@rajdhandus can you please resolve the conflicts? Thanks.

@rajdhandus
Copy link
Contributor Author

Sure..

@tniessen
Copy link
Member

tniessen commented Apr 4, 2018

@rajdhandus Please don't use merge commits to resolve conflicts but rebase your changes on top of our master instead.

test-process-geteuid-getegid.js will be renamed to
test-process-euid-egid.js

test-process-setuid-setgid.js will be renamed to
test-process-uid-gid.js

Fixes: nodejs#19592
@rajdhandus
Copy link
Contributor Author

sorry... working on revising the PR now..

@rajdhandus rajdhandus force-pushed the rename-tests-branch branch from 88cd357 to 5a76d41 Compare April 6, 2018 23:04
@tniessen
Copy link
Member

tniessen commented Apr 6, 2018

@tniessen
Copy link
Member

tniessen commented Apr 7, 2018

Landed in fde93f8, thank you! 🎉

@tniessen tniessen closed this Apr 7, 2018
tniessen pushed a commit that referenced this pull request Apr 7, 2018
test-process-geteuid-getegid.js is renamed to test-process-euid-egid.js.

test-process-setuid-setgid.js is renamed to test-process-uid-gid.js.

PR-URL: #19765
Fixes: #19592
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Apr 12, 2018
test-process-geteuid-getegid.js is renamed to test-process-euid-egid.js.

test-process-setuid-setgid.js is renamed to test-process-uid-gid.js.

PR-URL: #19765
Fixes: #19592
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fast-track PRs that do not need to wait for 48 hours to land. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test: More descriptive name for test file names

8 participants