apoorvmittal10 commented on code in PR #15148:
URL: https://github.com/apache/kafka/pull/15148#discussion_r1445983300


##########
clients/src/test/java/org/apache/kafka/common/requests/PushTelemetryRequestTest.java:
##########
@@ -34,4 +53,65 @@ public void testGetErrorResponse() {
         
assertEquals(Collections.singletonMap(Errors.CLUSTER_AUTHORIZATION_FAILED, 1), 
response.errorCounts());
     }
 
+    @ParameterizedTest
+    @EnumSource(CompressionType.class)
+    public void testMetricsDataCompressionTypeNone(CompressionType 
compressionType) {

Review Comment:
   My bad, moved multiple methods to single method with parametrized test and 
missed the method name correction. Done.



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

Reply via email to