-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
test: skip the test if the buffer allocation fails #58738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+55
−23
Conversation
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
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
Co-authored-by: Livia Medeiros <livia@cirno.name>
LiviaMedeiros
approved these changes
Jun 17, 2025
---
duration_ms: 203.164
exitcode: 134
severity: fail
stack: |2-
<--- Last few GCs --->
FATAL ERROR: MarkCompactCollector: young object promotion failed Allocation failed - JavaScript heap out of memory
----- Native stack trace -----
1: 00007FF6857BD5B9
2: 00007FF686409447
3: 00007FF686208E77
4: 00007FF6861E8E1E
5: 00007FF6861DE4AC
6: 00007FF6861DE15C
7: 00007FF6861DDDA1
8: 00007FF6861F0058
9: 00007FF686AB6D7D
10: 00007FF686AB7092
11: 00007FF6861E0E14
12: 00007FF6861C8733
13: 00007FF6861C26D4
14: 00007FF68620B3DA
15: 00007FF68620A8C6
16: 00007FF68621BE1E
17: 00007FF68621B93B
18: 00007FF68756CAAD
19: 00007FF6862068E6
20: 00007FF6862085ED
21: 00007FF685FF37DA
22: 00007FF685FF366B
23: 00007FF6863DFB8A
24: 00007FF6863DF03B
25: 0000019737E78AFA
... |
joyeecheung
approved these changes
Jun 17, 2025
Regarding the OOM issue - maybe adding something like |
Landed in 3d608bb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
commit-queue-squash
Add this label to instruct the Commit Queue to squash all the PR commits into the first one.
needs-ci
PRs that need a full CI run.
test
Issues and PRs related to the tests.
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