showuon commented on code in PR #14133:
URL: https://github.com/apache/kafka/pull/14133#discussion_r1280348532
##########
core/src/test/scala/kafka/server/KafkaRequestHandlerTest.scala:
##########
@@ -77,4 +79,28 @@ class KafkaRequestHandlerTest {
assertEquals(Some(startTime + 2000000),
request.callbackRequestDequeueTimeNanos)
assertEquals(Some(startTime + 3000000),
request.callbackRequestCompleteTimeNanos)
}
+
+
+ @ParameterizedTest
+ @ValueSource(booleans = Array(true, false))
+ def testTopicStats(systemRemoteStorageEnabled: Boolean): Unit = {
Review Comment:
Agree! The integration test `testMetrics` is added to verify the metrics.
--
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]