Skip to content

test: remove reliance on in-tree deps/undici - #58866

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
richardlau:externalundici
Jun 29, 2025
Merged

test: remove reliance on in-tree deps/undici#58866
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
richardlau:externalundici

Conversation

@richardlau

Copy link
Copy Markdown
Member

Remove the dependency on the in-tree copy of Undici in deps/undici from parallel/test-inspector-network-fetch. For downstream rebuilders of Node.js using an externalized Undici it is not uncommon to remove deps/undici to ensure that the build is not using the in-tree copy.

Refs: #58865

Remove the dependency on the in-tree copy of Undici in `deps/undici`
from `parallel/test-inspector-network-fetch`. For downstream rebuilders
of Node.js using an externalized Undici it is not uncommon to remove
`deps/undici` to ensure that the build is not using the in-tree copy.
@richardlaurichardlau added the lts-watch-v22.x PRs that may need to be released in v22.x label Jun 27, 2025
@nodejs-github-botnodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Jun 27, 2025
@LiviaMedeirosLiviaMedeiros added the request-ci Add this label to start a Jenkins CI on a PR. label Jun 27, 2025
@codecov

codecovBot commented Jun 27, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.09%. Comparing base (eaebfab) to head (c105761).
Report is 13 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #58866 +/- ##
==========================================
- Coverage 90.09% 90.09% -0.01% 
==========================================
Files 640 640 Lines 188450 188450 Branches 36966 36963 -3 ==========================================
- Hits 169789 169784 -5 - Misses 11364 11387 +23 + Partials 7297 7279 -18 

see 35 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 27, 2025
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@LiviaMedeirosLiviaMedeiros added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jun 28, 2025
@aduh95aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 28, 2025
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 29, 2025
@nodejs-github-bot
nodejs-github-bot merged commit 4c65776 into nodejs:mainJun 29, 2025
77 checks passed
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 4c65776

@richardlau
richardlau deleted the externalundici branch June 30, 2025 10:48
targos pushed a commit that referenced this pull request Jul 3, 2025
Remove the dependency on the in-tree copy of Undici in `deps/undici`
from `parallel/test-inspector-network-fetch`. For downstream rebuilders
of Node.js using an externalized Undici it is not uncommon to remove
`deps/undici` to ensure that the build is not using the in-tree copy.
PR-URL: #58866
Refs: #58865
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
aduh95 pushed a commit that referenced this pull request Jul 21, 2025
Remove the dependency on the in-tree copy of Undici in `deps/undici`
from `parallel/test-inspector-network-fetch`. For downstream rebuilders
of Node.js using an externalized Undici it is not uncommon to remove
`deps/undici` to ensure that the build is not using the in-tree copy.
PR-URL: #58866
Refs: #58865
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
aduh95 pushed a commit that referenced this pull request Jul 24, 2025
Remove the dependency on the in-tree copy of Undici in `deps/undici`
from `parallel/test-inspector-network-fetch`. For downstream rebuilders
of Node.js using an externalized Undici it is not uncommon to remove
`deps/undici` to ensure that the build is not using the in-tree copy.
PR-URL: #58866
Refs: #58865
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@aduh95aduh95 removed the lts-watch-v22.x PRs that may need to be released in v22.x label Jul 28, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.needs-ciPRs that need a full CI run.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@richardlau@nodejs-github-bot@lpinca@legendecas@marco-ippolito@LiviaMedeiros@aduh95