[
https://issues.apache.org/jira/browse/KAFKA-15623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai reassigned KAFKA-15623:
--------------------------------------
Assignee: 黃竣陽
> Migrate remaining tests in streams module to JUnit 5
> ----------------------------------------------------
>
> Key: KAFKA-15623
> URL: https://issues.apache.org/jira/browse/KAFKA-15623
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Ismael Juma
> Assignee: 黃竣陽
> Priority: Major
>
> The following special case from `build.gradle` can be removed once this is
> completed:
> {code:java}
> if (project.name == 'streams') {
> useJUnitPlatform {
> includeTags "integration"
> includeTags "org.apache.kafka.test.IntegrationTest"
> // Both engines are needed to run JUnit 4 tests alongside JUnit 5 tests.
> // junit-vintage (JUnit 4) can be removed once the JUnit 4 migration
> is complete.
> includeEngines "junit-vintage", "junit-jupiter"
> }
> } {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)