OpenSearch/plugins/transport-nio
Tim Brooks cf9aff954e
Reduce channels in AbstractSimpleTransportTestCase (#34863)
This is related to #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.
2018-10-25 13:37:49 -06:00
..
licenses NETWORKING: Upgrade Netty to 4.1.30 (#34417) 2018-10-12 16:13:28 +01:00
src Reduce channels in AbstractSimpleTransportTestCase (#34863) 2018-10-25 13:37:49 -06:00
build.gradle NETWORKING: Upgrade Netty to 4.1.30 (#34417) 2018-10-12 16:13:28 +01:00