Chia-Ping Tsai created KAFKA-16679:
--------------------------------------
Summary: Merge `DeleteRecordsCommandUnitTest` into
`DeleteRecordsCommandTest`, `FeatureCommandUnitTest` into
Key: KAFKA-16679
URL: https://issues.apache.org/jira/browse/KAFKA-16679
Project: Kafka
Issue Type: Test
Reporter: Chia-Ping Tsai
Assignee: Chia-Ping Tsai
Normally, we don't put multi test classes into single file. Those test classes
can be extracted into a new class file. Or we can merge them into single class
by using "@Test" annotation. That can make those test cases run without
embedded cluster.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)