FrankYang0529 commented on PR #22521:
URL: https://github.com/apache/kafka/pull/22521#issuecomment-4762202125
> There are many tests that have been moved to testfixtures. Would you mind
explaining the reasoning? IIRC, the test files should be in the test folder
These classes are referenced by test suite in integration tests:
* ForeignKeyJoinSuite
* KTableKTableForeignKeyJoinScenarioTest.java
* CombinedKeySchemaTest.java
* ResponseJoinProcessorSupplierTest.java
* SubscriptionResponseWrapperSerdeTest.java
* SubscriptionWrapperSerdeTest.java
* StoreQuerySuite
* CompositeReadOnlyKeyValueStoreTest.java
* CompositeReadOnlySessionStoreTest.java
* CompositeReadOnlyWindowStoreTest.java
* GlobalStateStoreProviderTest.java
* StreamThreadStateStoreProviderTest.java
* WrappingStoreProviderTest.java
Following classes are referenced by above test classes:
* InternalMockProcessorContext.java
* MockInternalProcessorContext.java
* MockRecordCollector.java
* NoOpReadOnlyStore.java
* ReadOnlySessionStoreStub.java
* StateStoreProviderStub.java
* KeyValueIteratorStub.java
* StateManagerStub.java
* MockStreamsMetrics.java
* NoOpWindowStore.java
* ReadOnlyWindowStoreStub.java
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]