Skip to content

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

@Asaf-FedermanAsaf-Federman commented Oct 7, 2025

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-botnodejs-github-bot added the needs-ci PRs that need a full CI run. label Oct 7, 2025
@richardlaurichardlau added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 7, 2025
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 7, 2025
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@codecov

codecovBot commented Oct 7, 2025

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.

@Asaf-Federman

Copy link
Copy Markdown
ContributorAuthor

The tests fail due to flakiness

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@richardlaurichardlau added the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 8, 2025
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 9, 2025
@nodejs-github-bot
nodejs-github-bot merged commit ad2c1bf into nodejs:mainOct 9, 2025
65 checks passed
@nodejs-github-bot

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>
@RafaelGSSRafaelGSS mentioned this pull request Oct 13, 2025
9 tasks
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>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ciPRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@Asaf-Federman@nodejs-github-bot@lpinca@cjihrig@UlisesGascon@richardlau@aymen94