[ https://issues.apache.org/jira/browse/KAFKA-14133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Christo Lolov updated KAFKA-14133: ---------------------------------- Description: {color:#DE350B}There are tests which use both PowerMock and EasyMock. I have put those in https://issues.apache.org/jira/browse/KAFKA-14132. Tests here rely solely on EasyMock.{color} Unless stated in brackets the tests are in the streams module. A list of tests which still require to be moved from EasyMock to Mockito as of 2nd of August 2022 which do not have a Jira issue and do not have pull requests I am aware of which are opened: # WorkerConnectorTest (connect) (owner: Yash) # WorkerCoordinatorTest (connect) # RootResourceTest (connect) # ByteArrayProducerRecordEquals (connect) # TopologyTest # KStreamFlatTransformTest (owner: Christo) # KStreamFlatTransformValuesTest (owner: Christo) # KStreamPrintTest (owner: Christo) # KStreamRepartitionTest # MaterializedInternalTest # TransformerSupplierAdapterTest # KTableSuppressProcessorMetricsTest # KTableSuppressProcessorTest # ClientUtilsTest # HighAvailabilityStreamsPartitionAssignorTest # InternalTopicManagerTest # ProcessorContextImplTest # ProcessorStateManagerTest # StandbyTaskTest # StoreChangelogReaderTest # StreamTaskTest # StreamThreadTest # StreamsAssignmentScaleTest # StreamsPartitionAssignorTest # StreamsRebalanceListenerTest # TaskManagerTest # TimestampedKeyValueStoreMaterializerTest # WriteConsistencyVectorTest # AssignmentTestUtils # StreamsMetricsImplTest # CachingInMemoryKeyValueStoreTest # CachingInMemorySessionStoreTest # CachingPersistentSessionStoreTest # CachingPersistentWindowStoreTest # ChangeLoggingKeyValueBytesStoreTest # ChangeLoggingSessionBytesStoreTest # ChangeLoggingTimestampedKeyValueBytesStoreTest # ChangeLoggingTimestampedWindowBytesStoreTest # ChangeLoggingWindowBytesStoreTest # CompositeReadOnlyWindowStoreTest # KeyValueStoreBuilderTest # MeteredTimestampedWindowStoreTest # RocksDBStoreTest # StreamThreadStateStoreProviderTest # TimeOrderedCachingPersistentWindowStoreTest # TimeOrderedWindowStoreTest *The coverage report for the above tests after the change should be >= to what the coverage is now.* was: {color:#DE350B}There are tests which use both PowerMock and EasyMock. I have put those in https://issues.apache.org/jira/browse/KAFKA-14132. Tests here rely solely on EasyMock.{color} Unless stated in brackets the tests are in the streams module. A list of tests which still require to be moved from EasyMock to Mockito as of 2nd of August 2022 which do not have a Jira issue and do not have pull requests I am aware of which are opened: # WorkerConnectorTest (connect) (owner: Yash) # WorkerCoordinatorTest (connect) # RootResourceTest (connect) # ByteArrayProducerRecordEquals (connect) # TopologyTest # KStreamFlatTransformTest (owner: Christo) # KStreamFlatTransformValuesTest (owner: Christo) # KStreamPrintTest # KStreamRepartitionTest # MaterializedInternalTest # TransformerSupplierAdapterTest # KTableSuppressProcessorMetricsTest # KTableSuppressProcessorTest # ClientUtilsTest # HighAvailabilityStreamsPartitionAssignorTest # InternalTopicManagerTest # ProcessorContextImplTest # ProcessorStateManagerTest # StandbyTaskTest # StoreChangelogReaderTest # StreamTaskTest # StreamThreadTest # StreamsAssignmentScaleTest # StreamsPartitionAssignorTest # StreamsRebalanceListenerTest # TaskManagerTest # TimestampedKeyValueStoreMaterializerTest # WriteConsistencyVectorTest # AssignmentTestUtils # StreamsMetricsImplTest # CachingInMemoryKeyValueStoreTest # CachingInMemorySessionStoreTest # CachingPersistentSessionStoreTest # CachingPersistentWindowStoreTest # ChangeLoggingKeyValueBytesStoreTest # ChangeLoggingSessionBytesStoreTest # ChangeLoggingTimestampedKeyValueBytesStoreTest # ChangeLoggingTimestampedWindowBytesStoreTest # ChangeLoggingWindowBytesStoreTest # CompositeReadOnlyWindowStoreTest # KeyValueStoreBuilderTest # MeteredTimestampedWindowStoreTest # RocksDBStoreTest # StreamThreadStateStoreProviderTest # TimeOrderedCachingPersistentWindowStoreTest # TimeOrderedWindowStoreTest *The coverage report for the above tests after the change should be >= to what the coverage is now.* > Remaining EasyMock to Mockito tests > ----------------------------------- > > Key: KAFKA-14133 > URL: https://issues.apache.org/jira/browse/KAFKA-14133 > Project: Kafka > Issue Type: Sub-task > Reporter: Christo Lolov > Assignee: Christo Lolov > Priority: Major > > {color:#DE350B}There are tests which use both PowerMock and EasyMock. I have > put those in https://issues.apache.org/jira/browse/KAFKA-14132. Tests here > rely solely on EasyMock.{color} > Unless stated in brackets the tests are in the streams module. > A list of tests which still require to be moved from EasyMock to Mockito as > of 2nd of August 2022 which do not have a Jira issue and do not have pull > requests I am aware of which are opened: > # WorkerConnectorTest (connect) (owner: Yash) > # WorkerCoordinatorTest (connect) > # RootResourceTest (connect) > # ByteArrayProducerRecordEquals (connect) > # TopologyTest > # KStreamFlatTransformTest (owner: Christo) > # KStreamFlatTransformValuesTest (owner: Christo) > # KStreamPrintTest (owner: Christo) > # KStreamRepartitionTest > # MaterializedInternalTest > # TransformerSupplierAdapterTest > # KTableSuppressProcessorMetricsTest > # KTableSuppressProcessorTest > # ClientUtilsTest > # HighAvailabilityStreamsPartitionAssignorTest > # InternalTopicManagerTest > # ProcessorContextImplTest > # ProcessorStateManagerTest > # StandbyTaskTest > # StoreChangelogReaderTest > # StreamTaskTest > # StreamThreadTest > # StreamsAssignmentScaleTest > # StreamsPartitionAssignorTest > # StreamsRebalanceListenerTest > # TaskManagerTest > # TimestampedKeyValueStoreMaterializerTest > # WriteConsistencyVectorTest > # AssignmentTestUtils > # StreamsMetricsImplTest > # CachingInMemoryKeyValueStoreTest > # CachingInMemorySessionStoreTest > # CachingPersistentSessionStoreTest > # CachingPersistentWindowStoreTest > # ChangeLoggingKeyValueBytesStoreTest > # ChangeLoggingSessionBytesStoreTest > # ChangeLoggingTimestampedKeyValueBytesStoreTest > # ChangeLoggingTimestampedWindowBytesStoreTest > # ChangeLoggingWindowBytesStoreTest > # CompositeReadOnlyWindowStoreTest > # KeyValueStoreBuilderTest > # MeteredTimestampedWindowStoreTest > # RocksDBStoreTest > # StreamThreadStateStoreProviderTest > # TimeOrderedCachingPersistentWindowStoreTest > # TimeOrderedWindowStoreTest > *The coverage report for the above tests after the change should be >= to > what the coverage is now.* -- This message was sent by Atlassian Jira (v8.20.10#820010)