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

Reduce channels in AbstractSimpleTransportTestCase #34863

Merged
merged 4 commits into from
Oct 25, 2018

Commits on Oct 25, 2018

  1. Reduce channels in AbstractSimpleTransportTestCase

    This is related to elastic#30876. The AbstractSimpleTransportTestCase initiates
    many tcp connections. There are normally over 1,000 connections in
    TIME_WAIT at the end of the test. This is because every test opens at
    least two different transports that connect to each other with 13
    channel connection profiles. This commit modifies the default
    connection profile used by this test to 6. One connection for each
    type, except for REG which gets 2 connections.
    Tim-Brooks committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    6b28e5d View commit details
    Browse the repository at this point in the history
  2. Change number

    Tim-Brooks committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    15e228f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f543f25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49002b0 View commit details
    Browse the repository at this point in the history