Uh oh!
There was an error while loading. Please reload this page.
test: skip the test if the buffer allocation fails - #58738
Merged
Conversation
lpinca
commented
Jun 17, 2025
MemberAuthor
This should fix |
Use the error message as another condition to skip the test when the buffer allocation fails. Refs: nodejs@795dd8eb7988ae38553e Refs: nodejs@e9c6004a2d580008082b
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #58738 +/- ##
==========================================
- Coverage 90.16% 90.12% -0.04%
==========================================
Files 637 639 +2 Lines 188126 188201 +75 Branches 36886 36909 +23 ==========================================
- Hits 169620 169617 -3 - Misses 11272 11330 +58 - Partials 7234 7254 +20 🚀 New features to boost your workflow:
|
This comment was marked as outdated.
This comment was marked as outdated.
LiviaMedeiros
approved these changes
Jun 17, 2025
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Livia Medeiros <livia@cirno.name>
LiviaMedeiros
approved these changes
Jun 17, 2025
nodejs-github-bot
commented
Jun 17, 2025
Collaborator
LiviaMedeiros
commented
Jun 17, 2025
Member
---duration_ms:203.164exitcode:134severity:failstack:|2-<---LastfewGCs--->FATALERROR:MarkCompactCollector:youngobjectpromotionfailedAllocationfailed-JavaScriptheapoutofmemory-----Nativestacktrace-----1:00007FF6857BD5B92:00007FF6864094473:00007FF686208E774:00007FF6861E8E1E5:00007FF6861DE4AC6:00007FF6861DE15C7:00007FF6861DDDA18:00007FF6861F00589:00007FF686AB6D7D10:00007FF686AB709211:00007FF6861E0E1412:00007FF6861C873313:00007FF6861C26D414:00007FF68620B3DA15:00007FF68620A8C616:00007FF68621BE1E17:00007FF68621B93B18:00007FF68756CAAD19:00007FF6862068E620:00007FF6862085ED21:00007FF685FF37DA22:00007FF685FF366B23:00007FF6863DFB8A24:00007FF6863DF03B25:0000019737E78AFA... |
joyeecheung
approved these changes
Jun 17, 2025
joyeecheung
commented
Jun 17, 2025
Member
Regarding the OOM issue - maybe adding something like |
nodejs-github-bot
commented
Jun 19, 2025
Collaborator
nodejs-github-bot
commented
Jun 20, 2025
Collaborator
Landed in 3d608bb |
lpinca added a commit
to lpinca/node
that referenced
this pull request
Jun 20, 2025
Use the error message as another condition to skip the test when the buffer allocation fails. Refs: nodejs#58738
nodejs-github-bot pushed a commit
that referenced
this pull request
Jun 22, 2025
Use the error message as another condition to skip the test when the buffer allocation fails. Refs: #58738 PR-URL: #58771 Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Dario Piotrowicz <dario.piotrowicz@gmail.com>
RafaelGSS pushed a commit
that referenced
this pull request
Jun 23, 2025
Use the error message as another condition to skip the test when the buffer allocation fails. Refs: 795dd8eb7988ae38553e Refs: e9c6004a2d580008082b PR-URL: #58738 Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
RafaelGSS pushed a commit
that referenced
this pull request
Jun 23, 2025
Use the error message as another condition to skip the test when the buffer allocation fails. Refs: #58738 PR-URL: #58771 Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Dario Piotrowicz <dario.piotrowicz@gmail.com>
This was referenced Jun 23, 2025
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use the error message as another condition to skip the test when the buffer allocation fails.
Refs: 795dd8eb7988ae38553e
Refs: e9c6004a2d580008082b