[jira] [Updated] (KAFKA-15623) Migrate remaining tests in streams module to JUnit 5

2023-10-17 Thread Ismael Juma (Jira)


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

Ismael Juma updated KAFKA-15623:

Description: 
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}

> 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
>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)


[jira] [Updated] (KAFKA-15623) Migrate remaining tests in streams module to JUnit 5

2023-10-17 Thread Ismael Juma (Jira)


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

Ismael Juma updated KAFKA-15623:

Description: 
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}

  was:
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}


> 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
>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)