| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
Add WHATWG Headers unit tests and a fetch/headers benchmark so Node can track the API after the implementation change lands in undici. Refs: nodejs/undici#5699 Signed-off-by: Yagiz Nizipli <yagiz@nizipli.com>
There was a problem hiding this comment.
AI agents are not permitted to use the Signed-off-by
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #65365 +/- ##
==========================================
- Coverage 90.31% 90.14% -0.18%
==========================================
Files 751 752 +1
Lines 249956 251884 +1928
Branches 47204 47379 +175
==========================================
+ Hits 225745 227054 +1309
- Misses 15612 16147 +535
- Partials 8599 8683 +84 see 98 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
There was a problem hiding this comment.
Code LGTM. Commit metadata needs fixing.
Sorry, something went wrong.
|
Addressed the review feedback:
|
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Commit Queue failed- Loading data for nodejs/node/pull/65365 ✔ Done loading data for nodejs/node/pull/65365 ----------------------------------- PR info ------------------------------------ Title test: add Headers coverage and benchmark (#65365) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch anonrig:cursor/headers-class-performance-859a -> nodejs:main Labels author ready, needs-ci, dependencies, commit-queue Commits 1 - test: add Headers coverage and benchmark Committers 1 - Yagiz Nizipli <yagiz@nizipli.com> PR-URL: https://github.com/nodejs/node/pull/65365 Refs: https://github.com/nodejs/undici/pull/5699 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/65365 Refs: https://github.com/nodejs/undici/pull/5699 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day> -------------------------------------------------------------------------------- ℹ This PR was created on Tue, 18 Aug 2026 01:56:23 GMT ✔ Approvals: 2 ✔ - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/65365#pullrequestreview-4957135129 ✔ - Gürgün Dayıoğlu (@gurgunday): https://github.com/nodejs/node/pull/65365#pullrequestreview-4964152707 ✘ GitHub CI failed with status: FAILURE ℹ Last Full PR CI on 2026-08-19T14:17:00Z: https://ci.nodejs.org/job/node-test-pull-request/75994/ - Querying data for job/node-test-pull-request/75994/ ✔ Build data downloaded - Querying failures of job/node-test-commit/90731/ ✔ Data downloaded ✘ 3 failure(s) on the last Jenkins CI run -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/32324366349 |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Add WHATWG Headers unit tests and a fetch/headers benchmark so Node can track the API after the implementation change lands in undici. Refs: nodejs/undici#5699 Signed-off-by: Yagiz Nizipli <yagiz@nizipli.com> PR-URL: #65365 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day>
Add WHATWG Headers unit tests and a fetch/headers benchmark so Node can track the API after the implementation change lands in undici. Refs: nodejs/undici#5699 Signed-off-by: Yagiz Nizipli <yagiz@nizipli.com> PR-URL: #65365 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day>
| Back | FazBrowse Home | New Git URL |
Adds Node-side coverage for the WHATWG Headers API and a fetch/headers benchmark.
These tests are not from WPT. They cover constructor init, get/set/append/delete, set-cookie / getSetCookie(), iteration (including mutation during iteration), validation, brand checks, and util.inspect.
The implementation change lives in undici:
Refs: nodejs/undici#5699