Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-7339 Migrate from JUnit 4 to JUnit 5
  3. KAFKA-15623

Migrate remaining tests in streams module to JUnit 5

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.9.0
    • 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

          Activity

            People

              m1a2st 黃竣陽
              ijuma Ismael Juma
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: