Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.6.0
-
None
Description
There are a few tests which leak network sockets due to small typos in the tests themselves.
Clients: https://github.com/apache/kafka/pull/14750 (DONE)
- NioEchoServer
- KafkaConsumerTest
- KafkaProducerTest
- SelectorTest
- SslTransportLayerTest
- SslTransportTls12Tls13Test
- SslVersionsTransportLayerTest
- SaslAuthenticatorTest
Core: https://github.com/apache/kafka/pull/14754 (DONE)
- MiniKdc
- GssapiAuthenticationTest
- MirrorMakerIntegrationTest
- SocketServerTest
- EpochDrivenReplicationProtocolAcceptanceTest
- LeaderEpochIntegrationTest
Trogdor: https://github.com/apache/kafka/pull/14771 (DONE)
- AgentTest
Mirror: https://github.com/apache/kafka/pull/14761 (DONE)
- DedicatedMirrorIntegrationTest
- MirrorConnectorsIntegrationTest
- MirrorConnectorsWithCustomForwardingAdminIntegrationTest
Runtime: https://github.com/apache/kafka/pull/14764 (DONE)
- ConnectorTopicsIntegrationTest
- ExactlyOnceSourceIntegrationTest
- WorkerTest
- WorkerGroupMemberTest
Streams: https://github.com/apache/kafka/pull/14769 (DONE)
- IQv2IntegrationTest
- MetricsReporterIntegrationTest
- NamedTopologyIntegrationTest
- PurgeRepartitionTopicIntegrationTest
These can be addressed by just fixing the tests.
Attachments
Issue Links
- Discovered while testing
-
KAFKA-15845 Add Junit5 test extension which detects leaked Kafka clients and servers
- In Progress
- links to