Kirk True created KAFKA-16818:
---------------------------------
Summary: Move event-processing tests from
ConsumerNetworkThreadTest to ApplicationEventProcessorTest
Key: KAFKA-16818
URL: https://issues.apache.org/jira/browse/KAFKA-16818
Project: Kafka
Issue Type: Improvement
Components: clients, consumer, unit tests
Affects Versions: 3.8.0
Reporter: Kirk True
Assignee: Kirk True
Fix For: 3.8.0
The {{ConsumerNetworkThreadTest}} currently has a number of tests which do the
following:
# Add event of type _T_ to the event queue
# Call {{ConsumerNetworkThread.runOnce()}} to dequeue the events and call
{{ApplicationEventProcessor.process()}}
# Verify that the appropriate {{ApplicationEventProcessor}} process method was
invoked for the event
Those types of tests should be moved to {{{}ApplicationEventProcessorTest{}}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)