FrankYang0529 commented on code in PR #19633: URL: https://github.com/apache/kafka/pull/19633#discussion_r2073400051
########## core/src/test/scala/integration/kafka/api/MetricsTest.scala: ########## @@ -80,8 +80,8 @@ class MetricsTest extends IntegrationTestHarness with SaslSetup { * Verifies some of the metrics of producer, consumer as well as server. */ @ParameterizedTest(name = "testMetrics with systemRemoteStorageEnabled: {1}") Review Comment: Please change this as following to fix error. ```suggestion @ParameterizedTest(name = "testMetrics with systemRemoteStorageEnabled: {0}") ``` -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org