[ 
https://issues.apache.org/jira/browse/KAFKA-18933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Arthur updated KAFKA-18933:
---------------------------------
    Description: In order to move the client integration tests outside of 
:core, we need a place to put them. The logical place is in the ":clients" 
module, but due to the Java 11 requirement for that module, we cannot add any 
Java 17 dependencies. Instead, we can do something similar to streams and 
create a new integration-test module under the clients directory. This would be 
a Java 17 module that depends on ":clients" and our test infra and would only 
contain integration tests.  (was: In the new module layout for test-common et 
al., we have ClusterInstance under test-common-runtime since it includes 
runtime classes from core.

 

To facilitate ClusterTest in Java 11 modules, we need a different interface 
that can be injected into the tests that does not include these core 
dependencies.)

> Add integration tests for :clients outside of :core
> ---------------------------------------------------
>
>                 Key: KAFKA-18933
>                 URL: https://issues.apache.org/jira/browse/KAFKA-18933
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: David Arthur
>            Assignee: David Arthur
>            Priority: Minor
>
> In order to move the client integration tests outside of :core, we need a 
> place to put them. The logical place is in the ":clients" module, but due to 
> the Java 11 requirement for that module, we cannot add any Java 17 
> dependencies. Instead, we can do something similar to streams and create a 
> new integration-test module under the clients directory. This would be a Java 
> 17 module that depends on ":clients" and our test infra and would only 
> contain integration tests.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to