node icon indicating copy to clipboard operation
node copied to clipboard

test: increase allocation so it fails for the test

Open AdamMajer opened this issue 1 year ago • 2 comments

It used to be impossible to allocate 1e10 bytes but with a v8 update this allocation can succeed. This results in 2x10GB allocations and failure to test the failure :-)

Increase allocation to 1e20 bytes, which should fail for some time, returning the test to using only 50MB at runtime.

Fixes: https://github.com/nodejs/node/issues/53085

AdamMajer avatar May 22 '24 09:05 AdamMajer

CI: https://ci.nodejs.org/job/node-test-pull-request/59343/

nodejs-github-bot avatar May 22 '24 10:05 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/59349/

nodejs-github-bot avatar May 22 '24 12:05 nodejs-github-bot

Landed in 501546e8f37059cd577041e23941b640d0d4d406

nodejs-github-bot avatar May 24 '24 09:05 nodejs-github-bot