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

test: fix test-debugger-heap-profiler for workers by richardlau · Pull Request #39687 · nodejs/node · GitHub

/ node Public

test: fix test-debugger-heap-profiler for workers - #39687

Closed
richardlau wants to merge 1 commit into
nodejs:masterfrom
richardlau:workers
Closed

test: fix test-debugger-heap-profiler for workers#39687
richardlau wants to merge 1 commit into
nodejs:masterfrom
richardlau:workers

Conversation

richardlau commented Aug 6, 2021
edited
Loading

Copy link
Copy Markdown
Member

Fix sequential/test-debugger-heap-profiler so that it can be run
in a worker thread. process.chdir() is not allowed in worker threads
but passing a current working directory into a spawned child process
is allowed.

Fix `sequential/test-debugger-heap-profiler` so that it can be run
in a worker thread. `process.chdir()` is not allowed in worker threads
but passing a current working directory into a spawned child process
is allowed.
nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Aug 6, 2021
richardlau added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 6, 2021
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 6, 2021

Copy link
Copy Markdown
Collaborator

richardlau added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Aug 7, 2021
richardlau added the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 9, 2021
github-actions Bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 9, 2021

github-actions Bot commented Aug 9, 2021

Copy link
Copy Markdown
Contributor

Landed in 6145113...602fe4e

github-actions Bot closed this Aug 9, 2021
nodejs-github-bot pushed a commit that referenced this pull request Aug 9, 2021
Fix `sequential/test-debugger-heap-profiler` so that it can be run
in a worker thread. `process.chdir()` is not allowed in worker threads
but passing a current working directory into a spawned child process
is allowed.

PR-URL: #39687
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
richardlau deleted the workers branch August 9, 2021 10:12
danielleadams pushed a commit that referenced this pull request Aug 16, 2021
Fix `sequential/test-debugger-heap-profiler` so that it can be run
in a worker thread. `process.chdir()` is not allowed in worker threads
but passing a current working directory into a spawned child process
is allowed.

PR-URL: #39687
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Sep 4, 2021
Fix `sequential/test-debugger-heap-profiler` so that it can be run
in a worker thread. `process.chdir()` is not allowed in worker threads
but passing a current working directory into a spawned child process
is allowed.

PR-URL: #39687
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
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.

5 participants


Back | FazBrowse Home | New Git URL