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

   ## Summary
   
   KAFKA-20990: Removes Hamcrest usage from 
`org.apache.kafka.streams.integration.utils` as part of KAFKA-20990.
   
   The existing `greaterThanOrEqualTo` assertions in `IntegrationTestUtils` are 
replaced with equivalent JUnit 5 `assertTrue` assertions. Existing diagnostic 
messages are preserved.
   
   This is a test-only migration with no behavioral or production-code changes.
   
   ## Testing
   
   - Verified no Hamcrest references remain in the target package.
   - Verified the patch with `git diff --check`.
   - No test suites were run because the assertions are semantically equivalent.
   
   Commands used for test changes:
   
   ```bash
   ./gradlew :streams:integration-tests:spotlessCheck
   ./gradlew :streams:integration-tests:checkstyleTest
   ./gradlew :streams:integration-tests:test --tests 
org.apache.kafka.streams.integration.utils.*
   ```


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