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: re-naming the test cases appropriately to be more descriptive #19765

Closed
wants to merge 1 commit into from

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..

@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 <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
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 <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
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