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: stdio pipe behavior tests #18614

Closed
wants to merge 2 commits into from

Commits on Feb 12, 2018

  1. test: stdio pipe behavior tests

    Add two regression tests for stdio over pipes.
    
    test-stdio-pipe-access tests if accessing stdio pipe that is being read
    by another process does not deadlocks Node.js. This was reported in
    nodejs#10836 and was fixed in v8.3.0.
    The deadlock would happen intermittently, so we run the test 5 times.
    
    test-stdio-pipe-redirect tests if redirecting one child process stdin to
    another process stdout does not crash Node as reported in
    nodejs#17493. It was fixed in
    nodejs#18019.
    bzoz committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    8aeee9c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. fixup: remove console output

    bzoz committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    24ddd27 View commit details
    Browse the repository at this point in the history