FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: do not assume `process.execPath` contains no spaces by aduh95 · Pull Request #55028 · nodejs/node · GitHub

/ node Public

test: do not assume process.execPath contains no spaces - #55028

Merged
nodejs-github-bot merged 2 commits into
nodejs:mainfrom
aduh95:process.execPath-space
Sep 22, 2024
Merged

test: do not assume process.execPath contains no spaces#55028
nodejs-github-bot merged 2 commits into
nodejs:mainfrom
aduh95:process.execPath-space

Conversation

aduh95 commented Sep 20, 2024

Copy link
Copy Markdown
Contributor

We had a bunch of tests that would fail if run from an executable that contains any char that should be escaped when run from a shell.

We had a bunch of tests that would fail if run from an executable that
contains any char that should be escaped when run from a shell.

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/security-wg

nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Sep 20, 2024

codecov Bot commented Sep 20, 2024
edited
Loading

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.03%. Comparing base (291d90a) to head (2ea4fa0).
Report is 461 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #55028      +/-   ##
==========================================
- Coverage   88.04%   88.03%   -0.01%     
==========================================
  Files         652      652              
  Lines      183764   183797      +33     
  Branches    35862    35868       +6     
==========================================
+ Hits       161787   161810      +23     
- Misses      15233    15237       +4     
- Partials     6744     6750       +6     

see 20 files with indirect coverage changes

aduh95 added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 20, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 20, 2024

nodejs-github-bot commented Sep 20, 2024
edited by jasnell
Loading

Copy link
Copy Markdown
Collaborator

aduh95 added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels Sep 20, 2024
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 22, 2024
nodejs-github-bot merged commit 1fcb128 into nodejs:main Sep 22, 2024

Copy link
Copy Markdown
Collaborator

Landed in 1fcb128

aduh95 deleted the process.execPath-space branch September 22, 2024 13:06
targos pushed a commit that referenced this pull request Oct 4, 2024
We had a bunch of tests that would fail if run from an executable that
contains any char that should be escaped when run from a shell.

PR-URL: #55028
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
aduh95 mentioned this pull request Oct 9, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL