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

test: guard large string decoder allocation by targos · Pull Request #36795 · nodejs/node · GitHub

/ node Public

test: guard large string decoder allocation - #36795

Merged
aduh95 merged 1 commit into
nodejs:masterfrom
targos:fix-36792
Jan 5, 2021
Merged

test: guard large string decoder allocation#36795
aduh95 merged 1 commit into
nodejs:masterfrom
targos:fix-36792

Conversation

targos commented Jan 5, 2021

Copy link
Copy Markdown
Member

Use common.enoughTestMem to avoid "Array buffer allocation failed"
error on low memory devices.

Fixes: #36792

nodejs-github-bot added the test Issues and PRs related to the tests. label Jan 5, 2021
targos added fast-track PRs that do not need to wait for 48 hours to land. request-ci Add this label to start a Jenkins CI on a PR. labels Jan 5, 2021
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jan 5, 2021

targos commented Jan 5, 2021

Copy link
Copy Markdown
Member Author

👍 to fast-track and make ARM CI green.

Copy link
Copy Markdown
Collaborator

Use common.enoughTestMem to avoid "Array buffer allocation failed"
error on low memory devices.

Fixes: nodejs#36792

PR-URL: nodejs#36795
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>

aduh95 commented Jan 5, 2021

Copy link
Copy Markdown
Contributor

Landed in e5b8c61

aduh95 merged commit e5b8c61 into nodejs:master Jan 5, 2021
targos deleted the fix-36792 branch January 5, 2021 08:43

mhdawson commented Jan 5, 2021

Copy link
Copy Markdown
Member

@targos thanks!

danielleadams pushed a commit that referenced this pull request Jan 12, 2021
Use common.enoughTestMem to avoid "Array buffer allocation failed"
error on low memory devices.

Fixes: #36792

PR-URL: #36795
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
danielleadams mentioned this pull request Jan 12, 2021
targos added a commit that referenced this pull request May 25, 2021
Use common.enoughTestMem to avoid "Array buffer allocation failed"
error on low memory devices.

Fixes: #36792

PR-URL: #36795
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
targos added a commit that referenced this pull request Jun 5, 2021
Use common.enoughTestMem to avoid "Array buffer allocation failed"
error on low memory devices.

Fixes: #36792

PR-URL: #36795
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
targos added a commit that referenced this pull request Jun 11, 2021
Use common.enoughTestMem to avoid "Array buffer allocation failed"
error on low memory devices.

Fixes: #36792

PR-URL: #36795
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@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

fast-track PRs that do not need to wait for 48 hours to land. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test-string-decoder failing regularly on arm

6 participants


Back | FazBrowse Home | New Git URL