Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The following special case from `build.gradle` can be removed once this is completed:
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" } }
Attachments
Issue Links
- is blocked by
-
KAFKA-12947 Replace EasyMock and PowerMock with Mockito for StreamsMetricsImplTest ...
- Resolved
- is duplicated by
-
KAFKA-14004 Part 3
- Resolved
-
KAFKA-14109 Clean up JUnit 4 test infrastructure
- Resolved
-
KAFKA-7342 Migrate streams modules to JUnit 5
- Resolved
- links to
(4 links to)