arnabnandy7 opened a new pull request, #23308:
URL: https://github.com/apache/kafka/pull/23308

   ## Description
   
   Replace Hamcrest assertions with equivalent JUnit 5 assertions in the 
`org.apache.kafka.streams.kstream` test package.
   
   The following tests were migrated:
   
   - `JoinWindowsTest`
   - `PrintedTest`
   - `RepartitionTopicNamingTest`
   - `SuppressedTest`
   - `TimeWindowedDeserializerTest`
   - `WindowedSerdesTest`
   
   Assertion messages and expected-versus-actual semantics are preserved. This 
is a test-only dependency cleanup with no production behavior changes.
   
   ## Testing Strategy
   
   ```bash
   ./gradlew streams:test \
     --tests 'org.apache.kafka.streams.kstream.JoinWindowsTest' \
     --tests 'org.apache.kafka.streams.kstream.PrintedTest' \
     --tests 'org.apache.kafka.streams.kstream.RepartitionTopicNamingTest' \
     --tests 'org.apache.kafka.streams.kstream.SuppressedTest' \
     --tests 'org.apache.kafka.streams.kstream.TimeWindowedDeserializerTest' \
     --tests 'org.apache.kafka.streams.kstream.WindowedSerdesTest'
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to