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: fix disabled test-fs-largefile #13147

Closed
wants to merge 1 commit into from
Closed

Commits on May 22, 2017

  1. test: fix disabled test-fs-largefile

    Add `common.refreshTmpDir()` before using the tmp directory.
    
    fs.writeSync no longer requires an integer for the position argument, so
    change test from `assert.throws()` to `assert.doesNotThrow()`. The test
    now passes.
    
    Because it involves a 5 GB file, we're not going to activate the test,
    although that is possible if we add checking for appropriate available
    resources (definitely disk space, likely memory, maybe check that it's a
    64-bit OS).
    Trott committed May 22, 2017
    Configuration menu
    Copy the full SHA
    dd9c5b7 View commit details
    Browse the repository at this point in the history