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

test,doc: skip --max-old-space-size-percentage on 32-bit platforms by Asaf-Federman · Pull Request #60144 · nodejs/node · GitHub

/ node Public

test,doc: skip --max-old-space-size-percentage on 32-bit platforms - #60144

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
Asaf-Federman:disable-max-old-space-size-percentage-32bit
Oct 9, 2025
Merged

test,doc: skip --max-old-space-size-percentage on 32-bit platforms#60144
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
Asaf-Federman:disable-max-old-space-size-percentage-32bit

Conversation

Asaf-Federman commented Oct 7, 2025
edited
Loading

Copy link
Copy Markdown
Contributor

This pull request skip testing the --max-old-space-size-percentage flag on 32-bit platforms. The flag, which sets the maximum memory size of V8's old memory section as a percentage of available system memory, may cause integer overflow issues on 32-bit systems. The documentation have been updated to clarify its behavior and limitations on 32-bit systems.

nodejs-github-bot added the needs-ci PRs that need a full CI run. label Oct 7, 2025
richardlau added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 7, 2025
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 7, 2025

Copy link
Copy Markdown
Collaborator

codecov Bot commented Oct 7, 2025
edited
Loading

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.56%. Comparing base (d52cd04) to head (0db4818).
⚠️ Report is 14 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #60144      +/-   ##
==========================================
+ Coverage   88.52%   88.56%   +0.03%     
==========================================
  Files         703      703              
  Lines      207997   207997              
  Branches    40024    40014      -10     
==========================================
+ Hits       184134   184207      +73     
+ Misses      15875    15809      -66     
+ Partials     7988     7981       -7     

see 44 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
Contributor Author

The tests fail due to flakiness

Copy link
Copy Markdown
Collaborator

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 8, 2025
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 9, 2025
nodejs-github-bot merged commit ad2c1bf into nodejs:main Oct 9, 2025
65 checks passed

Copy link
Copy Markdown
Collaborator

Landed in ad2c1bf

Asaf-Federman added a commit to Asaf-Federman/node that referenced this pull request Oct 11, 2025
PR-URL: nodejs#60144
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
aduh95 pushed a commit that referenced this pull request Oct 17, 2025
PR-URL: #60144
Backport-PR-URL: #59631
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
aduh95 pushed a commit that referenced this pull request Oct 31, 2025
PR-URL: #60144
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
aduh95 pushed a commit that referenced this pull request Nov 7, 2025
PR-URL: #60144
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@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

needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL