[ https://issues.apache.org/jira/browse/KAFKA-15623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chia-Ping Tsai resolved KAFKA-15623. ------------------------------------ Fix Version/s: 3.9.0 Resolution: Fixed > 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 > Fix For: 3.9.0 > > > 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)