Skip to content

test: fix link-local dgram scope assertion - #65629

Closed
panva wants to merge 1 commit into
nodejs:mainfrom
panva:fix-aix-dgram-link-local-test
Closed

test: fix link-local dgram scope assertion#65629
panva wants to merge 1 commit into
nodejs:mainfrom
panva:fix-aix-dgram-link-local-test

Conversation

@panva

@panva panva commented Aug 28, 2026

Copy link
Copy Markdown
Member

Fixes the consistent failures on aix72-power9 by aligning the test with the actual contract rather than relying on infra removing network devices which make the test skip.

AIX can report lo0 as the scope ID for a datagram sent to a local interface. Validate that the received address includes a non-empty scope ID and verify that the address can be used to reply, instead of requiring the scope ID to match the destination interface.

Refs: #46792

AIX can report lo0 as the scope ID for a datagram sent to a local
interface. Validate that the received address includes a non-empty
scope ID and verify that the address can be used to reply, instead of
requiring the scope ID to match the destination interface.

Refs: nodejs#46792

Assisted-by: Codex
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to Node.js core tests and test infrastructure. labels Aug 28, 2026
@nodejs-github-bot

This comment has been minimized.

@panva panva added author ready PRs with CI started, the required approvals, and no outstanding review comments. fast-track PRs proposed for a shorter-than-standard waiting period before landing. labels Aug 28, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Fast-track has been requested by @panva. Please 👍 to approve.

@codecov

codecov Bot commented Aug 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.05%. Comparing base (a382c1c) to head (905c205).
⚠️ Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #65629      +/-   ##
==========================================
- Coverage   90.07%   90.05%   -0.03%     
==========================================
  Files         751      751              
  Lines      254986   254994       +8     
  Branches    48147    48156       +9     
==========================================
- Hits       229681   229623      -58     
- Misses      16492    16553      +61     
- Partials     8813     8818       +5     

see 40 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.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@mcollina mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@panva

panva commented Aug 29, 2026

Copy link
Copy Markdown
Member Author

Remaining CI failures to be resolved by #65636

panva added a commit that referenced this pull request Aug 29, 2026
AIX can report lo0 as the scope ID for a datagram sent to a local
interface. Validate that the received address includes a non-empty
scope ID and verify that the address can be used to reply, instead of
requiring the scope ID to match the destination interface.

Refs: #46792

Assisted-by: Codex
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: #65629
Refs: #46792
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
@panva

panva commented Aug 29, 2026

Copy link
Copy Markdown
Member Author

Landed in 15b5b21

@panva panva closed this Aug 29, 2026
@panva
panva deleted the fix-aix-dgram-link-local-test branch August 29, 2026 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs with CI started, the required approvals, and no outstanding review comments. fast-track PRs proposed for a shorter-than-standard waiting period before landing. needs-ci PRs that need a full CI run. test Issues and PRs related to Node.js core tests and test infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants