Skip to content
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

test: increase allocation so it fails for the test #53099

Merged
merged 1 commit into from
May 24, 2024

Commits on May 22, 2024

  1. test: increase allocation so it fails for the test

    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: nodejs#53085
    AdamMajer committed May 22, 2024
    Configuration menu
    Copy the full SHA
    53450cd View commit details
    Browse the repository at this point in the history