shantanushukla opened a new pull request, #23278: URL: https://github.com/apache/kafka/pull/23278
JIRA: https://issues.apache.org/jira/browse/KAFKA-20987 Parent: https://issues.apache.org/jira/browse/KAFKA-20948 Migrate hamcrest `assertThat` usage in `org.apache.kafka.streams.processor.internals.metrics` tests to JUnit 5. This package is not covered by the existing subtasks: - KAFKA-20963 / PR #23200 covers only `org.apache.kafka.streams.processor` (top-level) - KAFKA-20965 / PR #23201 covers `org.apache.kafka.streams.state.internals.metrics` Files changed: - `ProcessorNodeMetricsTest.java` - `StreamsMetricsImplTest.java` - `TaskMetricsTest.java` - `ThreadMetricsTest.java` - `TopicMetricsTest.java` No production code changes. This contribution is original work and is licensed to the project under the Apache License, Version 2.0. ### Tests ``` ./gradlew :streams:test \ --tests org.apache.kafka.streams.processor.internals.metrics.ProcessorNodeMetricsTest \ --tests org.apache.kafka.streams.processor.internals.metrics.StreamsMetricsImplTest \ --tests org.apache.kafka.streams.processor.internals.metrics.TaskMetricsTest \ --tests org.apache.kafka.streams.processor.internals.metrics.ThreadMetricsTest \ --tests org.apache.kafka.streams.processor.internals.metrics.TopicMetricsTest \ :streams:checkstyleTest :streams:spotlessCheck ``` BUILD SUCCESSFUL. -- 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]
