-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: fix watch test with require not testing pid #52353
Conversation
Commit Queue failed- Loading data for nodejs/node/pull/52353 ✔ Done loading data for nodejs/node/pull/52353 ----------------------------------- PR info ------------------------------------ Title test: fix watch test with require not testing pid (#52353) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch rluvaton:fix-watch-test -> nodejs:main Labels test, author ready, needs-ci Commits 2 - test: fix watch test with require not testing pid - watch: code review changes Committers 1 - Raz Luvaton <[email protected]> PR-URL: https://github.com/nodejs/node/pull/52353 Reviewed-By: Moshe Atlow Reviewed-By: Antoine du Hamel ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/52353 Reviewed-By: Moshe Atlow Reviewed-By: Antoine du Hamel -------------------------------------------------------------------------------- ℹ This PR was created on Wed, 03 Apr 2024 16:25:35 GMT ✔ Approvals: 2 ✔ - Moshe Atlow (@MoLow) (TSC): https://github.com/nodejs/node/pull/52353#pullrequestreview-1977470529 ✔ - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/52353#pullrequestreview-1984873056 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-04-11T09:19:17Z: https://ci.nodejs.org/job/node-test-pull-request/58266/ - Querying data for job/node-test-pull-request/58266/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ✔ origin/main is now up-to-date - Downloading patch for 52353 From https://github.com/nodejs/node * branch refs/pull/52353/merge -> FETCH_HEAD ✔ Fetched commits as 3f8cc88009ef..87074ea57c32 -------------------------------------------------------------------------------- Auto-merging test/sequential/test-watch-mode.mjs [main 3cf6e9c119] test: fix watch test with require not testing pid Author: Raz Luvaton <[email protected]> Date: Wed Apr 3 17:23:55 2024 +0100 1 file changed, 7 insertions(+), 4 deletions(-) Auto-merging test/sequential/test-watch-mode.mjs [main 66d6cd1175] watch: code review changes Author: Raz Luvaton <[email protected]> Date: Sat Apr 6 21:54:56 2024 +0300 1 file changed, 2 insertions(+), 2 deletions(-) ✔ Patches applied There are 2 commits in the PR. Attempting autorebase. Rebasing (2/4)https://github.com/nodejs/node/actions/runs/8645152431 |
Landed in ee4fa77 |
PR-URL: #52353 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #52353 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
process._rawDebug
output to stderr and not stdout