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: split out http2 from test-stream-pipeline #24631

Closed
wants to merge 2 commits into from

Commits on Nov 24, 2018

  1. test: split out http2 from test-stream-pipeline

    Splitting out the http2 portion of the test has a few benfits:
    
    * We don't skip the rest of the tests if `node` is compiled without
      crypto.
    * We can find out if the http2 portion of the test is responsible for
      the timeouts reported in issue 24456.
    
    Refs: nodejs#24456
    Trott committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    8bc2f8d View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2018

  1. Configuration menu
    Copy the full SHA
    513a02f View commit details
    Browse the repository at this point in the history