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

test: mark test-web-locks skip on IBM i by sravani1510 · Pull Request #59996 · nodejs/node · GitHub

/ node Public

test: mark test-web-locks skip on IBM i - #59996

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
sravani1510:ibmi-mark-test-web-locks-skip
Oct 1, 2025
Merged

test: mark test-web-locks skip on IBM i#59996
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
sravani1510:ibmi-mark-test-web-locks-skip

Conversation

Copy link
Copy Markdown
Contributor

For the test-weblocks test it check the rss memory before and after but on IBM i this is always set to 0 from libuv

Reference:

int err = uv_resident_set_memory(&rss);
if (err)
return env->ThrowUVException(err, "uv_resident_set_memory");
fields[0] = static_cast<double>(rss);

libuv/libuv@8813dca

So, this test case can be skipped for now

nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Sep 24, 2025
richardlau added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 24, 2025
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 24, 2025

Copy link
Copy Markdown
Collaborator

abmusse self-requested a review September 24, 2025 13:06

abmusse left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

codecov Bot commented Sep 24, 2025
edited
Loading

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.43%. Comparing base (9692677) to head (17223a3).
⚠️ Report is 45 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #59996      +/-   ##
==========================================
- Coverage   88.44%   88.43%   -0.02%     
==========================================
  Files         703      703              
  Lines      207532   207532              
  Branches    40007    40012       +5     
==========================================
- Hits       183562   183523      -39     
- Misses      15953    16002      +49     
+ Partials     8017     8007      -10     

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

Copy link
Copy Markdown
Collaborator

abmusse added the ibm i Issues and PRs related to the IBM i platform. label Sep 30, 2025

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

richardlau added the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 1, 2025
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 1, 2025
nodejs-github-bot merged commit c08164d into nodejs:main Oct 1, 2025
73 checks passed

Copy link
Copy Markdown
Collaborator

Landed in c08164d

targos pushed a commit that referenced this pull request Oct 6, 2025
PR-URL: #59996
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Abdirahim Musse <abdirahim.musse@ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
aduh95 pushed a commit that referenced this pull request Oct 22, 2025
PR-URL: #59996
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Abdirahim Musse <abdirahim.musse@ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@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

ibm i Issues and PRs related to the IBM i platform. 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