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: Add test for piping large input from stdin #5949

Closed
wants to merge 1 commit into from

Commits on Mar 29, 2016

  1. test: Add test for piping large input from stdin

    Check that piping a large chunk of data from `process.stdin`
    into `process.stdout` does not lose any data by verifying that
    the output has the same size as the input.
    
    This is a regression test for nodejs#5927 and fails for the commits
    in the range [ace1009..89abe86).
    addaleax committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    08214ba View commit details
    Browse the repository at this point in the history